Commit Graph

24921 Commits

Author SHA1 Message Date
Scott Stone
86bed4601a New clones added
----------------
Final Fight (Japan 900613) [Smitdogg, The Dumping Union]
X-Men Vs. Street Fighter (Asia 961004) [Smitdogg, The Dumping Union]
2013-10-15 16:33:48 +00:00
Scott Stone
bf4e2932e6 Added the ability to view PALCE16V8 jed files along with some regression test data for the PALCE16V8. The pal dumps for Twin Cobra 2 in the Taito F3 driver are now labeled as bad dumps because when viewed with jedutil the data is bad. [Kevin Eshbach] 2013-10-15 16:17:30 +00:00
Robbbert
dcbb431545 (MESS) Instructor 50 : Fixed various regressions (nw) 2013-10-15 12:48:15 +00:00
mahlemiut
bc1cf279dc wpc_an: Moved WPC ASIC implementation to a separate device
Fixed U6 checksum error
2013-10-15 08:32:58 +00:00
Jonathan Gevaryahu
b5f258153b specify licenses 2013-10-15 04:47:07 +00:00
Jonathan Gevaryahu
38cbe518ef specify licenses 2013-10-14 21:17:36 +00:00
Michael Zapf
9bf90350dd (MESS) ti99: standardized access to I/O space (nw) 2013-10-14 20:39:20 +00:00
Curt Coder
4a134f98f8 (MESS) c64: Triton Quick Disk WIP. (nw) 2013-10-14 20:37:28 +00:00
Alex W. Jackson
4799b1d3c6 pd4990a.c: don't set time to 0 on reset (nw) 2013-10-14 18:13:17 +00:00
Curt Coder
d77a52f5e4 (MESS) c64: Triton Quick Disk WIP. (nw) 2013-10-14 18:01:59 +00:00
cracyc
98652587d8 dim_dsk: add modern support [Carl]
x68k: make floppies work again [Carl]
hd63450: make it easier for external drq support (nw)
---
esq5505 is the only other user of the hd63450, needs to be tested
2013-10-14 17:44:51 +00:00
Ivan Vangelista
c2338a50c2 Modernized upd4990a device. Needs to be merged with upd1990a.c.(nw) 2013-10-14 17:27:26 +00:00
Phil Bennett
8033b64389 lastduel.c - One too many zeroes in lastduel's 68000 clock (hi MASH!) -nw- 2013-10-14 13:25:02 +00:00
smf-
f576562b38 fixed comment and logerror for command 0x12 (it's normally INQUIRY, not REQUEST SENSE but for GDROM it's used to set data that is returned by command 0x11) (nw) 2013-10-14 09:35:57 +00:00
Robbbert
59e6e775da (MESS) vta2000 : added a note, small tidy up (nw) 2013-10-14 08:54:11 +00:00
David Haywood
d927a35286 improve igs028 2013-10-14 01:57:14 +00:00
Alex W. Jackson
c905c30939 Fix register view in V25 too (nw) 2013-10-14 01:37:05 +00:00
Angelo Salese
178a39f410 Fix register view in V30, nw 2013-10-14 01:17:36 +00:00
Alex W. Jackson
6992f792c7 Fix NEC V25/V35 internal clock divider which was missed during modernization (nw) 2013-10-14 01:05:11 +00:00
David Haywood
7574c7d951 again (nw) 2013-10-14 00:45:49 +00:00
David Haywood
8f1ef319b1 further movement (nw) 2013-10-14 00:33:08 +00:00
David Haywood
e1ad289916 shunt some IGS code around (nw) 2013-10-14 00:16:11 +00:00
Angelo Salese
d24837538a Updated note after more investigation 2013-10-13 22:15:18 +00:00
Angelo Salese
39d903ca15 Some notes regarding Hide & Seek 2013-10-13 21:41:16 +00:00
Curt Coder
924cc44ec5 (MESS) ibm5170.xml: Added OS/2 2.x. [Curt Coder] 2013-10-13 20:56:52 +00:00
Curt Coder
b364eda107 (MESS) c64_cart.xml: Added PK-232 driver cartridge. [Curt Coder] 2013-10-13 20:31:09 +00:00
Wilbert Pol
6ab5435f1a s2650.c: Fixed problem with uninitialized member in debug builds (nw) 2013-10-13 17:40:12 +00:00
David Haywood
1539c47488 new NOT WORKING
Hide & Seek [Guru]

(I can't find the startup code? - are these ROMs really meant to be blank, or is this a dead PCB?)
2013-10-13 17:29:37 +00:00
smf-
a8da91494f Changed atapicdr packet identify to Virtual CDROM because not all images are compressed & the text no longer starts in the middle of the vendor name (software displaying the vendor name used to display "MAME Com"). Added a cdu76s device so that the inquiry for the generic ATAPI and SCSI cdrom drives can also be set to "Virtual CDROM". However none of the Konami GV games care, so I'm not sure which game required that response & that is the only Konami SCSI CD based system. The response is invalid according to the SCSI spec as the strings should be space filled and not null terminated & there are fields not filled in. So it's currently compiled in but not used. [smf] 2013-10-13 17:09:50 +00:00
Michael Zapf
c48be3cdc1 (MESS) Minor cleanup. (nw) 2013-10-13 16:12:57 +00:00
smf-
2e1c1fe0bc moved netdev_mainclock update & update_param from netlist.c to net_lib.c to fix linking error in mingw and still have it link with msvc (nw) 2013-10-13 16:12:02 +00:00
Michael Zapf
c60b42d0b3 (MESS) Use proper method names. (nw) 2013-10-13 15:56:06 +00:00
Michael Zapf
f2c3f5e7e5 (MESS) Added guards to prevent access to special devices in new memory
access emulation. [Michael Zapf]
2013-10-13 15:24:24 +00:00
Michael Zapf
0611e7504e Fixed debug memory access. [Michael Zapf] 2013-10-13 15:22:45 +00:00
smf-
c05998f8f0 fixed linking with MSVC 2012 (nw) 2013-10-13 12:49:14 +00:00
Phil Bennett
b66fd33443 -lastduel.c: Various fixes [Phil Bennett]
* Fixed madgear and clones background tilemap bitplane order
 * Fixed madgear and clones vertical refresh rate
 * Added buttons 2 and 3 to madgear and clones
 * Fixed ledstorm2 sprite ROM order (though bad sprites remain due to incorrect ROMs)
2013-10-13 12:46:36 +00:00
smf-
c5b08d8ddf fix for empty controlled statement with MSVC 2012 (nw) 2013-10-13 12:23:55 +00:00
smf-
02634b62f0 Fixed to work with MSVC 2012, the second NETLIB_DEVICE parameter is a list of the protected variables and MSVC doesn't like #if within the parameters to a macro. (nw) 2013-10-13 11:41:28 +00:00
Ivan Vangelista
c6523082b4 Added player 3 and 4 inputs to hoops96 and clones (MT05320). (nw) 2013-10-13 09:04:22 +00:00
Ivan Vangelista
7db0d22683 Fix for bug MT05327.(nw)
Removed not needed include. (nw)
2013-10-13 08:17:44 +00:00
Brian Troha
9b07649d7b peplus.c: 2 new clones, verified BPROM type and size. Minor documentation update. - NW 2013-10-12 23:02:55 +00:00
Brian Troha
53e08ca7d7 new clone added
Out of what's new: The current set becomes "Bomber Man World (Japan, revised sound hardware)" and the dipswitches have been corrected for the Japanese sets. For some reason the cabinet type is switched around for the Japan region.

New Clone Added
------------------------------------
Bomber Man World (Japan) [Artemio Urbina, The Dumping Union]
2013-10-12 22:08:01 +00:00
Brian Troha
56d26a420a model3.c: Correct rom names and revision levels for The Lost World & Le Mans 24. [ShouTime] 2013-10-12 21:25:22 +00:00
Brian Troha
646b28c35f new Strike Fighter clone
New Clone Added
-------------------------------
Strike Fighter (World) [ShouTime, The Dumping Union]
2013-10-12 21:09:43 +00:00
David Haywood
6473e1de7a add 'Thunderbolt II' to the Genesis list, uses smouse protection (nw) 2013-10-12 17:41:40 +00:00
Couriersud
d91cdfc26e Slightly improved performance on netlist components. 2013-10-12 16:10:25 +00:00
Phil Bennett
2ef28b9430 pacland.c - Added Easter egg notes [cmonkey] 2013-10-12 10:31:45 +00:00
mahlemiut
ae78d9ab7d (MESS) amstrad: Allowed vpos counter to count past the active display. This allows raster interrupts to be set on a non-visible scanline. [Barry Rodewald] 2013-10-12 01:52:30 +00:00
Angelo Salese
ab8f3ae1f6 Fixed ENDI status flag 2013-10-11 17:06:36 +00:00
Angelo Salese
b4140907be Hacked SCU DSP DMA execution and fixes some other minor things, makes Croc to work again 2013-10-11 13:09:55 +00:00