Commit Graph

22875 Commits

Author SHA1 Message Date
Olivier Galibert
fe024709e1 naomig1: Make the dma cpu-independant [O. Galibert] 2013-06-08 12:31:25 +00:00
Olivier Galibert
165c949747 naomi: Better IRQ isolation [O. Galibert] 2013-06-08 12:31:19 +00:00
Olivier Galibert
b1fa04fbea powervr2: Some register groups are obviously 32 bits, so make them so [O. Galibert] 2013-06-08 12:31:10 +00:00
Olivier Galibert
b15438cbde naomi video: Pretend-modernize the powervr2 [O. Galibert] 2013-06-08 12:31:01 +00:00
Olivier Galibert
d19ce43601 commit messages are boring (nw) 2013-06-08 12:30:43 +00:00
Oliver Stöneberg
247f0b4883 merged duplicated define in src/osd/sdl/sdl.mak (nw) 2013-06-08 10:21:11 +00:00
Fabio Priuli
91f32095c5 added save state to the remaining devices modernized by me in the past few days. nw. 2013-06-08 08:09:40 +00:00
Fabio Priuli
f97247cfd5 (MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intellivision,
Lynx, Master System, MegaDrive / Genesis, NES / Famicom, Neo Geo Pocket, Neo Geo 
Pocket Color, PV-1000, Super Cassette Vision, Super NES / Super Famicom, Wonderswan 
and Wonderswan Color as supporting save states. PC-Engine supports save states too, but
only for HuCard games and not for CDs. Please report issues with save and restore in these 
systems, if any, to MameTesters. [Fabio Priuli]
2013-06-08 06:31:26 +00:00
Fabio Priuli
347835a3e7 added save state to a few recently modernized devices. nw. 2013-06-08 06:12:30 +00:00
Michaël Banaan Ananas
5b4831797e removed ds2404 and eeprom from hardware that doesn't have them 2013-06-07 23:16:14 +00:00
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