Ryan Holtz
fa4cca37ba
- Added SIMD code for the rest of the RSP vector load instructions [MooglyGuy]
2013-06-09 08:41:21 +00:00
Michaël Banaan Ananas
3a2aabb05d
nmk16.c: raphero sound improvements [trap15]
2013-06-09 07:45:51 +00:00
Michaël Banaan Ananas
5dd9010803
added some undumped carts info
2013-06-09 07:33:46 +00:00
Robbbert
6a8eda0e53
(MESS) Altos5: cleaned up banking conversion; changed fdc to 1MHz as suggested by OG.
2013-06-09 07:32:13 +00:00
Ryan Holtz
088db83bc2
Turn off USE_SIMD, nw
2013-06-09 06:08:56 +00:00
Ryan Holtz
63a76589d1
- Added USE_SIMD flag to RSP headers and began converting some opcodes to use
...
SSE* intrinsics. Current plan is to target SSSE3-capable hardware (Core2 and
up), with the resulting speedup theorized to be on the order of 5-10x when
conversion is complete, though this applies only to situations where the
emulation is heavily bottlenecked by the RSP. [MooglyGuy]
2013-06-09 06:08:14 +00:00
mahlemiut
3e31aadb63
attache: fixed RTC detection and reading.
2013-06-09 03:55:02 +00:00
mahlemiut
d09f6e1035
attache: Fixed CMOS RAM reading.
2013-06-09 02:01:56 +00:00
R. Belmont
5fa112b5a4
SDL.txt: edited by someone who actually knows what these do ;-) (nw)
2013-06-09 00:22:42 +00:00
mahlemiut
d9c08a93c5
amstrad: made the CPC Plus use DSK images too.
2013-06-08 22:34:41 +00:00
Scott Stone
54915f17b1
Further SDL.txt document improvement (nw)
2013-06-08 22:31:35 +00:00
Scott Stone
4d2ee5eb67
Added SDL.txt document for users of SDL builds containing up to date listing of commands as well as updating parts of windows.txt and config.txt to take in account SDL differences. (nw)
2013-06-08 22:10:35 +00:00
Michaël Banaan Ananas
99be7dca11
(rfjets note)
2013-06-08 21:00:21 +00:00
Curt Coder
9387883896
msm6255: Added device address map. (nw)
2013-06-08 20:58:11 +00:00
Curt Coder
ce92fc7858
cdp1869: Added device address maps. (nw)
2013-06-08 20:48:09 +00:00
Curt Coder
6f14ff7ff7
(MESS) abcbus: devcb2. (nw)
2013-06-08 20:29:35 +00:00
Curt Coder
c6f6efa6e8
(MESS) ql: Added Merlin Tonto ROM dumps. [Ash Evans]
2013-06-08 19:51:44 +00:00
Andrew Gardner
f5ed8617ba
Modernize adc1038 and adc12138 devices. [Osso]
2013-06-08 16:15:23 +00:00
smf-
9eafc98ed9
First pass at tidying up ide interface. It no longer tries to force everything to act as a PC. A copy of the VIA VT83C461 datasheet would be useful to remove some of the hacks added to make the games using it work again. [smf]
2013-06-08 15:42:11 +00:00
Olivier Galibert
bac361dd3d
duh (nw)
2013-06-08 13:00:20 +00:00
Michael Zapf
e8ce03e326
ti99: Changed behaviour of memory cells (invert even addresses), may
...
help with some programs that assume power-on default values. (nw)
2013-06-08 12:32:49 +00:00
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