Oliver Stöneberg
6daf552fd8
sh4: fixed irqline usage in case of certain SH3 exceptions (nw)
2014-08-07 16:39:28 +00:00
Michaël Banaan Ananas
d4924585a9
fix src/mame/video/atarimo.c:225:24: runtime error: index -4 out of bounds for type 'UINT16 [4096]'
2014-08-07 16:00:51 +00:00
David Haywood
14693d30d4
not a clone.
...
btw I think we should rename the driver cmaster.c, afaik goldstar is just a hacked (or possibly licensed) game put out by IGS, whereas the Dyna games are the original?
2014-08-07 12:58:51 +00:00
Wilbert Pol
c212331522
ldplayer.mak: Added a dummy bus to allow ldplayer to be built on OSX (and possibly on other platforms too) (nw)
2014-08-07 12:48:00 +00:00
Michaël Banaan Ananas
5015b8bb9d
allow rp5c01 without battery (mame core still writes a 0-byte file tho)
2014-08-07 12:14:33 +00:00
Wilbert Pol
35d214ebf3
(MESS) msx.c: Clean up the rom loads (nw)
2014-08-07 12:09:41 +00:00
Michaël Banaan Ananas
5c75b2e958
fix deroon assert
2014-08-07 10:08:17 +00:00
Oliver Stöneberg
4f9e9d5837
added assert for index out-of-bounds access with dwarfd, dwarfda (nw)
2014-08-07 07:50:03 +00:00
Oliver Stöneberg
64b2aa2fe0
added assert for index out-of-bounds access with deroon (nw)
2014-08-07 07:33:16 +00:00
Oliver Stöneberg
0a39438a26
fixed usage onf uninitialized members in ds2401_device (nw)
2014-08-07 07:23:49 +00:00
Brian Troha
d22d084408
tatsumi.c: Minor Updates - NW
...
Rename Cycle Warriors as rev C & rev B instead of set 1 and set 2.
Added the "Hardware Test Mode" dipswitch that rev C has that rev B does NOT.
Gave rev B it's own dipswitch setting to reflect the lack of the newer test mode.
2014-08-07 05:18:55 +00:00
Robbbert
6aa677f36c
by35: fixed typo
2014-08-07 00:12:47 +00:00
Michaël Banaan Ananas
3ad9797d61
tatsumi.c: Fixed Cycle Warriors (set 1) hangs at boot. [MASH]
2014-08-06 23:02:37 +00:00
Michaël Banaan Ananas
09d527afd6
fix array out of bounds access
2014-08-06 22:35:34 +00:00
Michaël Banaan Ananas
52a60e2908
- allow RP5C01 clock of 0
...
- from 2600: (punchout cab) on the real machine the 2A03 comes out of the right speaker and the VLM5030 comes out of the left.
2014-08-06 21:39:43 +00:00
Michaël Banaan Ananas
cc86996609
removed spunchout protection hack
2014-08-06 20:39:15 +00:00
James Wallace
32f0b19582
New game added (Not Working)
...
============================
Revelations (Nova Productions) [AintBigAintClever, J.Wallace]
New non working clone
============================
Cops (UK) [Any]
Started reworking Cops driver into a full Nova Lasermax emulation.
Added onboard sound chip, fixed the alphanumeric display.
2014-08-06 20:00:48 +00:00
Wilbert Pol
7cef872f2a
(MESS) msx.c: Made members private and added members to save state (nw)
2014-08-06 17:18:52 +00:00
David Haywood
21d3832652
ok, it's a US set (WDUD after attract mode) (nw)
2014-08-06 16:49:14 +00:00
David Haywood
2703dc211b
new clones
...
F1 Exhaust Note (set 2) [f.arzeno]
2014-08-06 16:24:35 +00:00
Wilbert Pol
bfdc8df48b
(MESS) msx.c: Removed the generic msx drivers since these didn't represent real machines. Started setting up regular parent/clone relationships between several drivers. (nw)
2014-08-06 14:23:30 +00:00
Robbbert
342fea062b
by35: WIP, added notes about sound cards used
2014-08-06 13:09:23 +00:00
Robbbert
59f3c62c7f
by17: various fixes, 9 of the 10 games are playable.
2014-08-06 06:24:59 +00:00
mahlemiut
06b51f4e8e
amstrad: added support for 64k, 320k, and 576k RAM sizes
...
added preliminary support for the SYMBiFACE II board [Barry Rodewald]
idehd: added Read Native Max Address IDE command
2014-08-06 01:44:07 +00:00
Michaël Banaan Ananas
ec0a11fb91
had a look at the datasheet, the dumps look fine to me
2014-08-05 22:20:49 +00:00
Michaël Banaan Ananas
8747f3a9ab
changed vlm5030_device pin read/write functions to READ/WRITE_LINE
2014-08-05 21:36:20 +00:00
Michaël Banaan Ananas
efc5a33c15
aaaaa
2014-08-05 18:19:11 +00:00
Michaël Banaan Ananas
ac43d2ae70
added rp5c01 and rp5h01 devices to spnchout
2014-08-05 18:15:08 +00:00
Michaël Banaan Ananas
b0320975c4
changed RP5H01 from read8/write8 to read_line/write_line + removed unneeded enable/disable in drivers
2014-08-05 17:54:11 +00:00
Scott Stone
daf7a46866
(MESS) mc1000.c: Correction to the cassette input [Emerson Costa]
2014-08-05 14:50:49 +00:00
Michaël Banaan Ananas
e422d32cd6
put in a read_line for the alarm pin
2014-08-05 09:41:06 +00:00
R. Belmont
70b429ff98
(MESS) apple3: Support ThunderClock Plus card. [R. Belmont]
2014-08-05 03:33:05 +00:00
mahlemiut
04ed781d2e
amstrad: bit 0 is not used in selecting the FDD motor control, fixes disk access under SymbOS.
2014-08-05 02:25:20 +00:00
Justin Kerk
f6717f5eed
Work around linking issue with JSMESS (nw)
...
See https://github.com/kripken/emscripten/issues/2619 for discussion
2014-08-05 01:41:02 +00:00
R. Belmont
bcc3b4e13c
(MESS) New System Drivers Supported:
...
- Microdigital TK3000//e [R. Belmont]
2014-08-05 01:40:44 +00:00
Michaël Banaan Ananas
1dd5c624ec
rm old hack not needed anymore since ages
2014-08-05 01:17:16 +00:00
Michaël Banaan Ananas
637fadfd1d
New clones added
...
--------------------
Punch-Out!! (Rev B) [2600]
Super Punch-Out!! (Rev A) [2600]
2014-08-05 00:44:40 +00:00
Sandro Ronco
e5e1b5dd73
(MESS) New NOT WORKING systems
...
----------------------------------------------
Genius Junior 4000 (Germany) [TeamEurope]
Genius Junior 5000 (Germany) [TeamEurope]
Genius Junior Redstar (Germany) [TeamEurope]
Genius Leader Super Color (Germany) [TeamEurope]
2014-08-04 17:34:02 +00:00
Wilbert Pol
da7170ecd2
(MESS) nes.c: Fixed famicom save states (nw)
2014-08-04 15:30:31 +00:00
Robbbert
16928c2a47
st_mp200: WIP
2014-08-04 13:04:19 +00:00
Wilbert Pol
1484541779
Added a few more members to snes save state and initialized some unintialized members. (nw)
2014-08-04 07:42:04 +00:00
Fabio Priuli
e8f5dd339d
and another long awaited proto found its way to the public (courtesy of arasoi). nw.
2014-08-04 06:05:15 +00:00
Alex W. Jackson
ea967a609d
fix katakana title (nw)
2014-08-04 05:20:03 +00:00
Robbbert
aaa039dd12
st_mp200: placeholder for layout
2014-08-04 00:25:09 +00:00
David Haywood
ae8405da95
improve Funny Strip / Puck People protection simulation [iq_132]
2014-08-03 22:16:08 +00:00
Wilbert Pol
240bc00b43
ins8250.c: Registering save state (nw)
2014-08-03 15:40:36 +00:00
Wilbert Pol
50fb41a8af
(MESS) pc1512.c: Added m_opt to the pc1640 save state (nw)
2014-08-03 15:38:09 +00:00
Wilbert Pol
b77b2db7a6
(MESS) pockstat.c: Added m_lcd_control to save state (nw)
2014-08-03 15:11:44 +00:00
Robbbert
617fbeb20d
st_mp100: all 12 games are playable.
2014-08-03 12:30:38 +00:00
Fabio Priuli
0ae45376ac
and a few more. nw.
2014-08-03 12:21:04 +00:00