Curt Coder
c19b8a4e9c
(MESS) c64: Softlist additions. (nw)
2012-12-07 15:44:46 +00:00
David Haywood
ec75d75610
resetting the cdc causes more issues than it solves (nw)
2012-12-07 14:51:55 +00:00
David Haywood
35ee2c5603
move some ngcd specific code back into the actual driver (nw)
2012-12-07 14:39:33 +00:00
David Haywood
44dcd0d39c
Also reset the YM2610 when resetting the Z80, seems to avoid some lost sounds in neocdz crsword2 + misc cleanups (nw)
2012-12-07 14:06:12 +00:00
David Haywood
032cb7cc46
can somebody hire a hitman to assassinate the owner of the sjy96525 email address please?
...
once you get on his spam list you'll get 20 mails a day every day for months, it's been going on for 6 months now. I doubt removing the email address from the source will help because he's getting them from elsewhere too, but still.
2012-12-07 11:50:35 +00:00
David Haywood
0923e7008f
apparently I've fixed this (nw)
2012-12-07 09:49:23 +00:00
David Haywood
d1267abb57
more Ncd notes etc. (nw)
2012-12-07 09:33:53 +00:00
Robbbert
a83d4b1718
headonb : added some notes (nw)
2012-12-07 08:58:24 +00:00
David Haywood
f7ae39265f
neocd, misc improvements / notes (nw)
2012-12-07 08:47:13 +00:00
David Haywood
8c5dcd872b
more neogeo / cd cleanups, improves sound for ncd (nw)
2012-12-07 06:55:36 +00:00
David Haywood
f5dc151946
don't need these hacks (nw)
2012-12-07 00:15:39 +00:00
David Haywood
baceaafced
neocd/mcd code reduction (nw)
2012-12-06 22:28:33 +00:00
Jonathan Gevaryahu
a73b2224f3
Fixed python to use env variable as described in root makefile; fixes builds on windows with spaces in the path. [Balrog, Lord Nightmare]
2012-12-06 22:12:59 +00:00
Brian Troha
4f15ced335
unico.c: Fix some rom names in the Zero Point sets. Add note about the Japanese version has 1 EPROM in place of the normal MASK rom for graphics. - NW
2012-12-06 21:55:10 +00:00
Michaël Banaan Ananas
e3e5f36203
New clone added
...
-----------------
Head On (bootleg on dedicated hardware) [any, hap, The Dumping Union]
2012-12-06 20:15:17 +00:00
Olivier Galibert
627ac29a1a
m6502,tms57002: Snakes in an emulator [Robert Muth, O. Galibert]
2012-12-06 19:08:40 +00:00
David Haywood
b4d0dde34a
fix some other wrong placed / wrong named bits (nw)
2012-12-06 19:06:51 +00:00
Olivier Galibert
7a70504ccd
placeholders
2012-12-06 18:56:56 +00:00
David Haywood
543f12865f
kill incorrect / dupe set (nw)
2012-12-06 18:49:04 +00:00
Angelo Salese
c73a4e6559
Conventional RAM size DIP-SW too
2012-12-06 18:10:58 +00:00
Angelo Salese
e371813c83
Added CPU Type switch
2012-12-06 18:02:17 +00:00
Angelo Salese
5d8b1aed2a
Proper fix by OG, nw
2012-12-06 17:45:27 +00:00
Michaël Banaan Ananas
4b7b390234
rename headonb -> headon1
...
(will add headonb soon, a bootleg of headon)
2012-12-06 17:21:15 +00:00
Angelo Salese
a7a2878c27
Preliminary fix for the ready line, pending OG's judgement over it
2012-12-06 17:02:06 +00:00
Curt Coder
8f67453719
(MESS) Cleanup. (nw)
2012-12-06 08:53:34 +00:00
Curt Coder
db1759b74c
(MESS) v1050: Fixed floppy variant. (nw)
2012-12-06 08:50:17 +00:00
David Haywood
a8e4795901
likewise kill this, no longer used (nw)
2012-12-06 08:47:02 +00:00
David Haywood
8e6c6f0e8a
further mcd/ncd code reduction (nw)
2012-12-06 08:44:58 +00:00
Miodrag Milanovic
3fcf416b0c
Give error in cases when track size is not one of supported (no whatsnew)
2012-12-06 08:34:56 +00:00
Robbbert
891dfc6a58
sf2mdt : fixed video and sound [Barry Harris]
...
- moved sf2mdt and sf2mdta to fcrash.c (from cps1.c)
- emulated the Z80, YM2151 + 2xMSM5205 sound
- implemented the correct irq line
- hooked up the input and dip switch reads
- hooked up the scroll and layer enable register writes
- allowed use of separate bootleg sprite ram in the driver
2012-12-06 08:22:04 +00:00
Robbbert
0c2fb2e687
Added new working clone
...
-------------------------
Carrier Air Wing (bootleg 2) [Barry Harris, Bonky0013]
2012-12-06 07:34:50 +00:00
David Haywood
5829ab1037
impact, remove dupe, restore 3 sets I forgot to add to mame.lst after splitting (nw)
2012-12-06 06:37:48 +00:00
R. Belmont
1de64f53fe
SDL: Revise *IX man pages [wallyweek]
2012-12-06 04:39:12 +00:00
R. Belmont
0e70785a54
New games added as GAME_NOT_WORKING
...
-----------------------------------
Beatmania III Append 7th Mix [Anonymous, R. Belmont]
Beatmania III The Final [Anonymous, R. Belmont]
2012-12-06 04:31:11 +00:00
Scott Stone
ac0e5688b1
Misc fixes (nw)
2012-12-06 03:02:09 +00:00
Justin Kerk
0c2f5e9af5
Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw)
2012-12-06 02:34:11 +00:00
Angelo Salese
a7264ab0cd
Note for OG
2012-12-06 00:18:37 +00:00
Brian Troha
3dcd49adf6
taxidriv.c: Clean up whitespace and document the color prom type. - NW
2012-12-05 21:50:19 +00:00
Scott Stone
c202544fff
Added skeleton driver for Dragon's Lair 2: Time Warp (dlair2.c). Added some notes to assist initial development. [Tafoid]
...
New games marked as GAME_NOT_WORKING
------------------------------------
Dragon's Lair 2: Time Warp (US v3.19)
Space Ace (DL2 Conversion) (US v1.3)
New clones added
----------------
Dragon's Lair 2: Time Warp (Euro v3.19) (not working)
Dragon's Lair 2: Time Warp (Spanish v3.19) (not working)
Dragon's Lair 2: Time Warp (US v3.18) (not working)
Dragon's Lair 2: Time Warp (Euro v3.16) (not working)
Dragon's Lair 2: Time Warp (US v3.15) (not working)
Dragon's Lair 2: Time Warp (Spanish v3.15) (not working)
Dragon's Lair 2: Time Warp (US v3.14) (not working)
Dragon's Lair 2: Time Warp (US v3.12) (not working)
Dragon's Lair 2: Time Warp (US v3.00) (not working)
Dragon's Lair 2: Time Warp (US v2.11) (not working)
Space Ace (DL2 Conversion) (Euro v1.3) (not working)
2012-12-05 20:44:21 +00:00
Sandro Ronco
47689c0995
(MESS) iq128: use a softlist also for ROMless cartridges. (nw)
2012-12-05 19:51:43 +00:00
smf-
a10e11a2e8
gcc 4.6.3 says variable set but not used (nw)
2012-12-05 19:15:56 +00:00
Angelo Salese
af41afc282
(MAME) Added color prom to Taxi Driver, and fixed colors in it [Zab, Angelo Salese]
2012-12-05 18:59:49 +00:00
Angelo Salese
1e41723268
Added preliminary Mouse interface
2012-12-05 18:32:25 +00:00
Angelo Salese
9094bbbe42
Added Font select
2012-12-05 17:03:31 +00:00
Angelo Salese
53df775c79
Simplified Kanji hook-up
2012-12-05 16:36:08 +00:00
Miodrag Milanovic
d62249daea
added iso to supported cdrom images lists (no whatsnew)
2012-12-05 15:34:48 +00:00
Miodrag Milanovic
9f35153021
Added ISO support to chdman and as mountable image device [Miodrag Milanovic]
2012-12-05 15:29:19 +00:00
Curt Coder
84b3f752d8
(MESS) Cleanup. (nw)
2012-12-05 15:15:32 +00:00
Curt Coder
087678ff1e
(MESS) Floppy fixes. (nw)
2012-12-05 15:15:10 +00:00
Curt Coder
a10c961810
(MESS) abc80x: Floppy modernization. (nw)
2012-12-05 15:14:38 +00:00