Commit Graph

22914 Commits

Author SHA1 Message Date
Curt Coder
78db374def (MESS) terminal: Fixed natural keyboard. [Mike Naberezny] 2013-06-09 20:50:50 +00:00
Curt Coder
2d45dec870 (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
Brian Troha
ff8543fc33 thunderj.c: Correct rom label as verified on actual PCB - NW 2013-06-09 20:27:51 +00:00
Sandro Ronco
623062b293 (MESS) fixed juicebox regression. (nw) 2013-06-09 19:41:54 +00:00
smf-
02f48983ca Started to separate the bus master dma from the drive emulation (nw) 2013-06-09 18:58:02 +00:00
Fabio Priuli
1fbdec44ac (MESS) megadriv: added some more pirate games recently dumped, including
original protected versions of some already emulated games. thanks to Cah4e3
Azathoth, magicrip and the Russian crew for the dumps and to EkeEke for the
info on Tekken Special (the only one using a new protection scheme). nw.
2013-06-09 18:56:17 +00:00
Sandro Ronco
ec6a129f39 (MESS) small uzebox optimization. (nw) 2013-06-09 18:45:20 +00:00
Wilbert Pol
24e9073b2f (MESS) MT#5061: Fixed descriptions for sfortea, sforteb, sforteba, and sfortec. 2013-06-09 18:16:32 +00:00
Wilbert Pol
bcb5c56c77 (MESS) MT#5060: Fixed description for sexpertb. 2013-06-09 18:07:10 +00:00
smf-
b0a5f6fa03 created a new device for the bus master ide controller, but the implementation is still in the ide controller. (nw) 2013-06-09 15:44:43 +00:00
smf-
cf58f7f28b Move & 7. I'm pretty sure that line is never called, at least in the old code it could never reach the equivalent line. (nw) 2013-06-09 14:37:01 +00:00
Michael Zapf
3e5766d0ff (MESS) ti99: Make debugger happier. Also, removed some unneeded
variables. (nw)
2013-06-09 13:22:00 +00:00
Michael Zapf
220da4e3d7 Inserted checks to prevent debugger access. (nw) 2013-06-09 13:20:44 +00:00
Curt Coder
e9b9169c36 (MESS) pet4032: Fixed natural keyboard. [Mike Naberezny] 2013-06-09 12:43:08 +00:00
Robbbert
702c80268d (MESS) Altos5: little more progress, now getting a bdos error. 2013-06-09 11:26:51 +00:00
smf-
2c03b5aebb removed unnecessary include (nw) 2013-06-09 11:19:46 +00:00
Miodrag Milanovic
5f41dc1921 <tmmintrin.h> already included in rsp.h if needed (nw) 2013-06-09 10:51:22 +00:00
Miodrag Milanovic
064ef292ef this should fix compile on 32bit (nw) 2013-06-09 10:48:40 +00:00
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