Commit Graph

54331 Commits

Author SHA1 Message Date
Nigel Barnes
f6ddda9fbd tube_z80: Removed trampolines (nw) 2017-10-11 12:03:01 +01:00
Nigel Barnes
1e1fb0902a acorn_dsk: Improve identifying SSD/DSD by comparing image size with sector counts.
- Fixed DDCPM format to handle correct image of Double Density CP/M.

bbc_flop_z80.xml: Replaced Double Density CP/M with good dump (nw)
2017-10-11 12:03:01 +01:00
Nigel Barnes
a6937e4aff tube_z80: Check NMI state when paging in ROM. 2017-10-11 12:03:01 +01:00
Nigel Barnes
4fcad506fe spectrum.xml: Corrected publisher (nw) 2017-10-11 12:03:01 +01:00
angelosa
9b333b3cc5 jalmah.cpp: Improve fake palette DMA behaviour, avoid corrupt colors for girls [Angelo Salese] 2017-10-11 04:37:04 +02:00
R. Belmont
53a8f2695f Merge pull request #2663 from pmackinlay/master
eeprom: don't check endianness (nw)
2017-10-10 21:07:46 -04:00
R. Belmont
dc2b6e95eb Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings
Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driver  (addresses MT#2618)
2017-10-10 21:07:00 -04:00
angelosa
79ff1010cc Unused variable (nw) 2017-10-11 02:55:52 +02:00
AJR
e7fb150f8e cspin2: Reduce address range for TE7750; add some notes on mystery writes (nw) 2017-10-10 17:19:16 -04:00
R. Belmont
500582aa37 Merge pull request #2706 from shattered/_68d9cc6
a7150: pass PIC test, hook up keyboard, add more roms (nw)
2017-10-10 14:03:30 -04:00
Ivan Vangelista
29c4432bab segas16b.cpp: some minor improvements to fpointbla. Controls work, sprites alignment is improved but not perfect. Still needs bgfx, better sprites alignment, sound. (nw) 2017-10-10 18:12:30 +02:00
AJR
479734c093 saturn.cpp/stv.cpp: Modernize BIOS mirroring for console as well; fix up finders and region lengths/widths (nw) 2017-10-10 11:51:25 -04:00
AJR
ed0971c2dc smpc: Don't downcast controllers that aren't configured (nw) 2017-10-10 11:50:17 -04:00
AJR
2f9d6c1d44 stv.cpp: Use explicit AM_REGION to prevent unnecessary copying; use AM_MIRROR for ROM mirrors (nw) 2017-10-10 11:31:24 -04:00
Ted Green
1175023e95 rgbsse: Clamp intermediate values to u8. (nw) 2017-10-10 07:12:57 -06:00
AJR
1b9278eff0 gokidetor: Add to arcade.flt; not quite hook up unemulated PWM timer device (nw) 2017-10-10 09:12:14 -04:00
Scott Stone
b3ae400936 Misc description changes (nw) 2017-10-10 07:22:58 -04:00
Scott Stone
3e594f84d2 metalb, metalbj: Fixed DIP settings for lives to reflect actual shown in manual and game (nw) 2017-10-10 06:17:53 -04:00
RobertoFresca
59333b3bf0 updated... nw 2017-10-10 03:00:52 -03:00
RobertoFresca
5633d8ae07 Note Chance: Added more technical notes about inputs, outputs,
error codes and DIP switches (thanks Vas for the error codes
 and DIP switches partial translation)
2017-10-10 02:34:49 -03:00
AJR
3c48b3a1e8 i8155: Trivia (nw) 2017-10-09 23:12:39 -04:00
AJR
03d7b524d1 gokidetor: Add DSW1 and DSW2 for future use (nw) 2017-10-09 23:04:06 -04:00
angelosa
5d6fa5152e stvvdp1.cpp: fixed potential crash (nw) 2017-10-10 04:45:20 +02:00
angelosa
2a3bb94399 stv.cpp: batmanfr input labels (nw)
sega_scu.cpp: DMA save state registration (nw)
2017-10-10 04:45:17 +02:00
angelosa
a2dc86e253 minor (nw) 2017-10-10 04:45:15 +02:00
angelosa
a018d2dc69 stvvdp2.cpp: added ROZ mode 3, fixes split screen in Sasissu and backgrounds in Elandore [Angelo Salese] 2017-10-10 04:45:12 +02:00
AJR
b4b439be5a New machines marked as NOT_WORKING
----------------------------------
Gokidetor [Surgeville, Sean Sutton, Smitdogg, The Dumping Union]
2017-10-09 22:13:47 -04:00
hap
de9ed22e4e spelling (nw) 2017-10-09 22:35:38 +02:00
angelosa
68c4e0a4d6 More cleanups (nw) 2017-10-09 22:29:07 +02:00
angelosa
d85d76be3a Fix copyright on header (nw) 2017-10-09 22:27:12 +02:00
angelosa
d4f7cfd631 saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] 2017-10-09 22:24:14 +02:00
cracyc
358f17ad4c z8000: the z8000 daisy chain is different enough from the z80 that it'll probably need it's own implementation if anything uses it (nw)
p8k: the p8k_16 uses glue logic to make z80 daisy chain devices work (nw)
2017-10-09 15:21:48 -05:00
hap
026d45a939 New working machine added
---------
Swamp Thing (Tiger handheld) [hap, Sean Riddle]
2017-10-09 17:43:28 +02:00
MetalliC
7bf7ae4100 typo (nw) 2017-10-09 18:24:38 +03:00
MetalliC
72e83e77fd Merge branch 'master' of github.com:mamedev/mame 2017-10-09 18:00:56 +03:00
MetalliC
ffaa234064 segaybd.cpp redumped glocr360j sound cpu rom (nw) 2017-10-09 18:00:33 +03:00
tedgreen99
620f8550dd rgbsse: Optimize some sse routines. (nw) (#2700)
* rgbsse: Optimize some sse routines. (nw)
* rgbsse: Create a generic getter instead of having individual color operation. (nw)
* rgbsse: Allow up to 12 bits for scaling factors. (nw)
2017-10-09 08:56:21 -06:00
ajrhacker
eb628f0296 Merge pull request #2707 from sjy96525/patch-17
Correct Final Furlong 2 and Crisis Zone Years
2017-10-09 10:17:09 -04:00
MetalliC
22742e0619 segasp.cpp: Network firmware ver 1.25 dumped [Darksoft] 2017-10-09 17:08:26 +03:00
sjy96525
06cc86fffe Correct Final Furlong 2 and Crisis Zone Years
In according Final Furlong 2 Titlescreen says 1998:
www.nicozon.net/watch/sm11003517
In according Crisis Zone Titlescreen says 1999 and released in October 1999:
https://www.youtube.com/watch?v=Pcjdydg_Xdk
2017-10-09 21:14:52 +08:00
briantro
e6fa74fb33 new working machine - G-LOC R360 (Japan)
New Working Clone
----------------------------------------------------
G-LOC R360 (Japan) [ordyne, The Dumping Union]
2017-10-08 20:24:53 -05:00
RobertoFresca
157daeb921 Note Chance: Samples numbered by bank. Recognized a couple of them.
[Roberto Fresca]
2017-10-08 21:41:37 -03:00
Sergey Svishchev
4f6371b6aa a7150: pass PIC test, hook up keyboard, add more roms (nw) 2017-10-08 22:13:37 +03:00
RobertoFresca
a2a19de794 Note Chance: Rearranged the test panel lamps to be D7-->D0.
Also arranged the notes to talk about ports and lines instead
 of lamps. Added technical notes about the 4-bit counter found
 in port FFh. [Roberto Fresca]
2017-10-08 16:05:32 -03:00
Ted Green
362beba7ab voodoo: Add some code optimizations. (nw) 2017-10-08 12:10:54 -06:00
Angelo Salese
07a5ecc4b5 Sound is there (nw) 2017-10-08 19:07:23 +02:00
AJR
b5c1fcb2eb notechan: Probable 6295 banking bit (nw) 2017-10-08 10:17:20 -04:00
Vas Crabb
cca1591a12 another digraph (nw) 2017-10-08 23:39:36 +11:00
Vas Crabb
59b22f79fc Serbian: use lj and nj digraphs, transliterate a string I missed from Cyrillic (nw) 2017-10-08 23:25:58 +11:00
Vas Crabb
87f7bbb114 Expose condition for DIP switches, configuration entries, and adjusters.
This eliminates ambiguities between settings with different conditions
and allows a frontend/tool to generate a DIP switch preview.

(nw) Reduce number of calls to fprintf - saves overhead of setting up
the formatting engine.

(nw) Add the previously commented osborne1 chargen ROM for v1.4 BIOS now
that we've established that ROM BIOS applies to multiple regions and
-listxml reports it correctly.
2017-10-08 21:41:24 +11:00