Commit Graph

22865 Commits

Author SHA1 Message Date
Fabio Priuli
4866a53fed Modernized Namco I/O devices (56xx, 58xx, 59xx) [Osso, Fabio Priuli]
in order to avoid as much as possible duplicated code, I've split machine 
configs for each device pairing (56+56, 56+58, 58+58, etc.) in mappy.c
I've also considered splitting the driver class in multiple subclasses but then
I saw no way to avoid the need of other 6 address maps in the driver...
2013-06-07 21:09:44 +00:00
Alex W. Jackson
0e79cea0cd Modernized nmk112 device. [Osso] 2013-06-07 19:50:09 +00:00
Michaël Banaan Ananas
d6f0880504 3rd time's the charm
protip: don't exit MAME during flashing the game
2013-06-07 19:03:15 +00:00
Fabio Priuli
4edbfdccb6 (MESS) snes: added a bunch of SA-1 regs, and now Jikkyou Parodius gets closer to gameplay. nw. 2013-06-07 18:10:54 +00:00
Curt Coder
5a6310fd1f (MESS) altos5: Fixed RS-232 interface. (nw) 2013-06-07 18:00:59 +00:00
Curt Coder
d3d3b7f9e6 (MESS) victor9k: Fixed regression. (nw) 2013-06-07 18:00:31 +00:00
Scott Stone
0319c7ca06 Fix per OG to allow SDLMAME to compile on Windows (nw) 2013-06-07 17:42:42 +00:00
Fabio Priuli
5d05f2ff14 (MESS) snes: added skeleton SA-1 support. nw. 2013-06-07 14:03:24 +00:00
Robbbert
af0b9c5bf5 (MESS) Altos5: connected up dden 2013-06-07 13:10:27 +00:00
Scott Stone
451c10e146 Updated windows related documentation (nw) 2013-06-07 12:57:05 +00:00
Robbbert
665bb39c17 (MESS) Altos5: fixed mistake 2013-06-07 12:21:47 +00:00
Miodrag Milanovic
0c91ef7ada when looking into merge sets look just root device (nw) 2013-06-07 12:19:25 +00:00
Michaël Banaan Ananas
1f7efc7e9d tweak music timing 2013-06-07 12:11:49 +00:00
Robbbert
9d228aff94 (MESS) Altos5: floppies added, but not working.
If someone can fix it, please do so.
.
2013-06-07 12:01:44 +00:00
Scott Stone
dbd2a940eb Adding recently added commands to official documentation (nw) 2013-06-07 11:57:26 +00:00
Robbbert
2d9950871d (MESS) Altos5: started adding floppies 2013-06-07 10:14:44 +00:00
Robbbert
2e9284162e (MESS) Altos5: banking done, passes self test 2013-06-07 09:21:05 +00:00
Michaël Banaan Ananas
bd030f623e (nothingh) 2013-06-06 23:57:05 +00:00
Michaël Banaan Ananas
76a5cf2f3d viprp1ot is german region after all 2013-06-06 22:57:38 +00:00
Michaël Banaan Ananas
9c1a16f391 viprp1 broke at prev commit, it really does suggest that it writes the region code to flash at reset 2013-06-06 22:45:59 +00:00
Scott Stone
01326586a9 Updating of DOCS/hlsl.txt for cover new command additions. (nw) 2013-06-06 22:18:40 +00:00
Curt Coder
1e6aeb36a3 (MESS) altos5: Use serial clocks from the CTC. (nw) 2013-06-06 21:47:30 +00:00
Curt Coder
229475674c (MESS) altos5: Fixed serial terminal, except for the CTC clocking. (nw) 2013-06-06 21:28:48 +00:00
Curt Coder
04d5073c17 (MESS) pet8032: Fixed natural keyboard. [Mike Naberezny] 2013-06-06 20:19:49 +00:00
Scott Stone
ab13596e25 Fix for bombbee and cutieq regressions from recent modernization. Thanks to Fabio for the fix. (nw) 2013-06-06 20:14:09 +00:00
Michaël Banaan Ananas
2d2330ea56 less hacky implementation of region protection, with some help from Haze 2013-06-06 18:59:20 +00:00
cracyc
7d929c24c9 add the breakpoint window to the win32 build too (nw) 2013-06-06 18:35:13 +00:00
Andrew Gardner
32861d94f5 QT Debugger: WIP for a new breakpoints window. [Andrew Gardner]
--out of whatsnew.txt--
You can't click to enable/disable breakpoints yet, and the number of rows 
doesn't resize yet, but that stuff will come.
2013-06-06 17:58:16 +00:00
Michaël Banaan Ananas
bedb864faf some game description corrections 2013-06-06 17:45:24 +00:00
smf-
eb943bed5a moved handlers into the ide_controller_device (nw) 2013-06-06 16:26:48 +00:00
Fabio Priuli
55691cb8c5 (MESS) snes: added partial save state support to S-DD1 games. nw.
it should work fine already as long as you don't save/restore during gfx decompression.
I will try to finalize support eventually, but first I'd like to remove some slow
down in emulation during gfx decompression.
2013-06-06 15:29:44 +00:00
Curt Coder
6a76567327 (MESS) ep64: Fixed floppy. (nw) 2013-06-06 14:23:57 +00:00
Curt Coder
415447b3fe Fixed dataarea size. (nw) 2013-06-06 14:02:23 +00:00
Curt Coder
f9456962e5 (MESS) victor9k: Added notes. (nw) 2013-06-06 14:01:22 +00:00
Curt Coder
d8571d9f57 (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] 2013-06-06 14:00:58 +00:00
Curt Coder
61669e5688 Added macros for read/write delegates. [Curt Coder] 2013-06-06 13:51:42 +00:00
Michaël Banaan Ananas
a37c8ba019 add note 2013-06-06 13:43:11 +00:00
Robbbert
e699b9234b (MESS) Altos5: started work on memory banking (nw) 2013-06-06 13:21:28 +00:00
Michaël Banaan Ananas
b2a5cc4a2a printf spam slowed MAME down to a halt in zeroteam
Warning: sort-DMA used with param 2200
2013-06-06 13:04:13 +00:00
Michaël Banaan Ananas
52f3007982 small update 2013-06-06 12:39:39 +00:00
Robbbert
428f19b5c6 (MESS) Altos5: added terminal back (z80dart isn't quite ready yet) 2013-06-06 11:13:25 +00:00
Fabio Priuli
ca191571d0 (MESS) snes: fixed internal RAM saving to battery for SPC7110 games, so that
the chip has to be initialized only the first time. nw.
2013-06-06 11:09:20 +00:00
Miodrag Milanovic
7012ec5f78 clear some more core dependencies (nw) 2013-06-06 09:43:46 +00:00
Miodrag Milanovic
82a6c8a401 make machine part optionals, update tiny.mak and ldplayer.mak, still need to clear usages in mame.mak and mess.mak (nw) 2013-06-06 09:09:30 +00:00
mahlemiut
bb6fca4986 fmtowns: remove fix, looks like the issue is with cue files that have both Index 00 and Index 01 defined for each track. (no whatsnew) 2013-06-06 08:24:21 +00:00
mahlemiut
7e73c66bd2 fmtowns: quick fix to correct CD audio tracks, at least for those games that behave and read the TOC. (no whatsnew) 2013-06-06 07:28:17 +00:00
Fabio Priuli
dfe50026ee (MESS) snes: added save states to SPC7110 games (saving of decompressor variables is probably
not really needed unless you save/restore during the decompression itself, but better safe than sorry). nw.

this leaves out only S-DD1 games as SNES games working in MESS but not supporting save states yet...
2013-06-06 07:07:16 +00:00
Fabio Priuli
6b6211390a (MESS) megadriv: emulated protection for 16 Mahjong Tiles II [Fabio Priuli]
there seems to be only one address checked for protection in this...
2013-06-06 07:03:29 +00:00
Fabio Priuli
95b95feb5e (MESS) megadriv.xml: added info and verified some more dumps. [sunbeam]
+ added newly dumped 16 Tiles Mahjong II & the recently released (by the developers themselves) Oh Mummy
2013-06-06 07:01:37 +00:00
Olivier Galibert
23cafc0fbe Fix game list (nw) 2013-06-06 04:50:15 +00:00