Commit Graph

25430 Commits

Author SHA1 Message Date
Curt Coder
be0a79c499 (MESS) c1581: Verified gap sizes. (nw) 2013-11-18 19:31:53 +00:00
Curt Coder
3677fc1652 (MESS) adam: Added a second floppy drive and verified 160KB floppy image gap sizes. [Curt Coder]
(MESS) adam_flop.xml: Added disk utilities. [Curt Coder]
2013-11-18 19:31:27 +00:00
David Haywood
37bc93a3e3 new clones
Cobra Command (Data East LD, set 2) [Unigame] (not working)

might also be a proto, seems to be slightly different hw, and have a lot less graphic data (some internal strings Thunder Storm, but rom labels were all Cobra Command)  This should be looked at by somebody more familiar with the LD platforms.
2013-11-18 15:51:03 +00:00
Phil Bennett
721680b911 Oops, forgot to update some 054539 clocks -nw- 2013-11-18 14:05:09 +00:00
Angelo Salese
d6416c48bd Not supposed to kick in 2013-11-18 13:58:49 +00:00
David Haywood
bf6e257a89 new clones
The First Funky Fighter (set 2) [Unigame]

note, due to the parent set having a weird graphic rom setup that doesn't match the test mode the wrong graphic roms were redumped for this clone (this board layout DOES match the test mode) so we're still having to use the bad data from the parent set.  I've asked for this to be checked properly and documented which rom actually corresponds to the bad data in the new clone.
2013-11-18 13:56:27 +00:00
Angelo Salese
a29afc099d Typo 2013-11-18 13:34:52 +00:00
smf-
7ad9e47475 Saves the race driving DSK zram [smf] 2013-11-18 13:06:22 +00:00
Alex W. Jackson
9869c6720d Fix mametesters 5371 [Alex Jackson] 2013-11-18 09:49:04 +00:00
David Haywood
4ebb75ff11 new clones
Chase Bombers (prototype) [Unigame]

not yet working (hangs on the LAN check screen, but wanted to get this rom load in for now, took a few hours to get all that nailed down!
2013-11-18 05:13:17 +00:00
Brian Troha
23249a717a peplus.c: Add the "The Orleans" custom card graphics. - NW 2013-11-18 02:34:00 +00:00
Michaël Banaan Ananas
6c8438fa37 added wotw internal color overlay 2013-11-18 01:02:21 +00:00
Brian Troha
4aed4603fd new Player's Edge Plus Multi Poker game added.
New Game Added
-----------------------------------------------
Player's Edge Plus (XM00007P+XMP00006) Multi-Poker [BrianT, Ken]
2013-11-18 00:41:00 +00:00
smf-
cfa20c3696 added timekeeper, fixes mametesters 05366 [smf] 2013-11-17 23:50:06 +00:00
Michael Zapf
46a05cc8b3 (MESS) ti99_8: More hexbus stuff and corrected checksum. (nw) 2013-11-17 23:44:25 +00:00
Curt Coder
2be8287d4f (MESS) abc800: Fixed 80KB floppy cell size. (nw) 2013-11-17 21:41:05 +00:00
Brian Troha
e512ff9d64 new Gallop Racer clone
New Clone Added
-------------------------------------------
Gallop Racer (English Ver 10.17.K) [Arzeno Fabrice, The Dumping Union]
2013-11-17 20:27:51 +00:00
Phil Bennett
ed620217a2 Rewrote Konami 056800 (MIRAC): [Phil Bennett]
- Implemented as an 8-bit device
 - Fixed address mapping
 - Removed bogus timer interrupt
 - Fixed interrupt handling

054539.c: Fixed input clock rate and implemented programmable timer based on hardware measurements [Phil Bennett, Stefan Lindberg]

lethal.c, mystwarr,c, tmnt.c: Hooked up 054539 timer interrupt. Fixes music tempo in some games [Phil Bennett]

qdrmfgp.c: Hooked up 054539 timer interrupt for qdrmfgp, fixed IRQ acknowledge handling [Phil Bennett]

plygonet.c: Hooked up 054539 timer interrupt, removed non-existent second 054539 and fixed EEPROM regression [Phil Bennett]

hornet.c, gticlub.c: Implemented sound interrupt timer [Phil Bennett]

konamigx.c improvements: [Phil Bennett]
 - Hooked up 056800 device
 - Hooked up 054539 timer interrupt
 - Removed sound hacks
 - All DSP RAM tests now pass, winspike sound now works

konamigq.c improvements: [Phil Bennett]
 - Hooked up 056800 device
 - Hooked up 054539 timer interrupt
 - Added TMS57002 DASP

ultrsprt.c improvements: [Phil Bennett]
 - Hooked up 054539 timer interrupt
 - Implemented VRAM double buffering
 - Improved trackball inputs
 - Fixed sound

zr107.c improvements: [Phil Bennett]
 - Hooked up 054539 timer interrupt
 - Fixed sound in all games

rungun.c improvements: [Phil Bennett]
 - Hooked up 054539 timer interrupt. Fixes music tempo
 - Implemented sound CPU NMI control
 - Fixed 054539 #2 regression


New games added or promoted from NOT_WORKING status:
====================================================

Wave shark/Jet Wave [Phil Bennett]
2013-11-17 20:01:42 +00:00
Couriersud
4a64c9b058 netlist: Added capacitor. At 50kHz, calculating a resistor net and a cap doesn't hit performance. Promising. 2013-11-17 19:07:14 +00:00
Curt Coder
932d0281f2 (MESS) Used soft_reset(). (nw) 2013-11-17 18:21:33 +00:00
R. Belmont
1f7a06b3bd Workaround for older GCCs that bug out on default arguments in template functions. Fixes OS X PowerPC MESS compile. (nw) 2013-11-17 17:50:27 +00:00
R. Belmont
c9e69c39f2 "#pragma GCC diagnostic" was actually added in 4.2, fixes Intel OSX builds (nw) 2013-11-17 17:34:30 +00:00
Michael Zapf
0d71307c05 (MESS) ti99_8: Using a consistent, new ROM dump; partly rewritten [Michael Zapf] 2013-11-17 16:46:29 +00:00
Curt Coder
2899f32419 (MESS) abc800: Fixed formatting on the ABC 830/832/834/838 floppy drives. [Curt Coder] 2013-11-17 11:47:56 +00:00
Curt Coder
ca4aab3a4e wd_fdc: Fixed ready interrupt polarity. Added a soft_reset() function which resets only the FDC and not the floppy image devices, thus preserving the correct ready states. [Curt Coder] 2013-11-17 11:15:26 +00:00
David Haywood
be1cb25c34 new clones
4 En Raya (set 2) [Unigame]
2013-11-17 11:13:49 +00:00
David Haywood
87d84b6241 new clones
1942 (prototype?) [Unigame]

(not yet working, different sprites, different sounds, different address map, different i/o..)

I'll get back to it shortly
2013-11-17 10:59:50 +00:00
Brian Troha
6cb6d60cb4 peplus.c: Set rename and misc doc updates. - NW 2013-11-17 07:35:44 +00:00
Couriersud
1f613981d9 Netlist: Working voltage divider. Getting nearer. No wn 2013-11-17 01:09:18 +00:00
David Haywood
d885ff220c new clones
Cadash (World, prototype) [Unigame]

nice PCB ;-)
http://mamedev.emulab.it/haze/pics2013/yuck.jpg
2013-11-17 01:06:58 +00:00
David Haywood
1fd0a93dae new arcadia bios sets [Unigame] 2013-11-17 00:47:48 +00:00
David Haywood
8a7ce14eeb new working game
Delta Command (Arcadia) [Unigame]
2013-11-17 00:32:50 +00:00
mahlemiut
0e690727d6 (MESS) New clone added: FM Towns II MX [caius, Barry Rodewald] 2013-11-17 00:20:08 +00:00
David Haywood
303e72fe87 new WORKING game
Pharaohs Match (Arcadia) [Unigame]
2013-11-17 00:09:17 +00:00
David Haywood
705e7d45f7 New Working Game
Blastaball (Arcadia, V 2.1) [Unigame]

(I'll clean up the decrypt and add the pal dump in a little bit)
2013-11-16 23:49:09 +00:00
David Haywood
d67b20c8fc new clones
Brick Zone (v1.1) [Unigame]

from the proto stash, seems to have different encryption / protection, Luca?
2013-11-16 23:06:58 +00:00
Curt Coder
a8449c0c4b (MESS) abc800: Added support for raw 80KB and 160KB disk images. [Curt Coder] 2013-11-16 22:49:28 +00:00
R. Belmont
b5556208b0 Final fix: MAME builds warning-free on PowerPC OS X again (nw) 2013-11-16 22:43:56 +00:00
David Haywood
6fb11a202c new clones
Super Chase - Criminal Termination (1992/10/26 20:24:29 CHASE 3 VER 1.1, prototype) [Unigame]

(like the other Taito prototypes this is a significantly different version with different graphic data etc.)
2013-11-16 22:28:08 +00:00
Curt Coder
befe35436b (MESS) abc800: Added support for raw 1MB 8" disk images. [Curt Coder] 2013-11-16 22:19:38 +00:00
R. Belmont
0928d00c53 Continuing with "old GCC" fixes. (nw) 2013-11-16 22:14:47 +00:00
R. Belmont
62bbecae28 More "old GCC" fixups (nw) 2013-11-16 22:10:20 +00:00
R. Belmont
0d14d26ff7 Compatibility fixes for older GCCs (nw) 2013-11-16 21:18:35 +00:00
David Haywood
ba9300d4b6 shuffle happy6 gfx data around (nw) 2013-11-16 19:40:59 +00:00
David Haywood
8da0f4dfd1 shuffle some code about (nw) 2013-11-16 17:26:27 +00:00
Phil Bennett
b55260478b TMS57002 fixes and improvements: [Phil Bennett]
- Moved CA/ID post-increment outside of execution.
   Fixes case where dual instructions post-increment, also reduces number of generated instructions.
 - Fixed data ordering of external memory accesses.
 - Don't generate redundant instructions for undefined rounding modes; remap them in decode.
 - Set XOA to 0 on reset.
 - Use [READ|WRITE]LINE_MEMBER for I/O lines.
 - Added PC0 line.
 - Added registers to debugger state.
2013-11-16 14:27:26 +00:00
Curt Coder
b63b1b54ae (MESS) abc800: Added support for raw 640KB disk images. [Curt Coder]
(MESS) abc800: Fixed fast controller Z80 daisy chain, formatting a disk works now except for a not ready status after the last track. (nw)
2013-11-16 12:06:23 +00:00
Curt Coder
252fc882a8 Lessen log pollution. (nw) 2013-11-16 11:55:03 +00:00
Curt Coder
1126c633e8 z80dma: Implemented Auto Restart. [Curt Coder] 2013-11-16 11:54:22 +00:00
Jonathan Gevaryahu
a2cb0d6258 make that last commit use the bios system, since we can. Also mark famitwin bios as non-optional since it was an irremovable part of the Sharp twin famicom system (n/w) 2013-11-15 21:04:34 +00:00