Commit Graph

18381 Commits

Author SHA1 Message Date
smf-
c4ccae3fcb uses MCFG_SCREEN_UPDATE_DEVICE (nw) 2012-11-08 16:36:15 +00:00
Miodrag Milanovic
e962503680 quiz18k hack removed [David Haywood] 2012-11-08 12:42:22 +00:00
Robbbert
84adbdaa9e typo (nw) 2012-11-08 10:00:32 +00:00
Miodrag Milanovic
298c3db17b consistency fix (nw) 2012-11-08 08:43:47 +00:00
Robbbert
a625b480a1 Lupin3 - added my notes from Misfitmame (nw) 2012-11-08 08:39:35 +00:00
Miodrag Milanovic
0b83cd99a1 Fix regtest, now all is executed fine (no whatsnew) 2012-11-08 08:37:12 +00:00
Miodrag Milanovic
5833836d50 Converted jedtest script to Python [Andrew Gardner] 2012-11-08 08:14:32 +00:00
Miodrag Milanovic
aea9c2a3b8 vsystem further reducing / merging of functions by Haze (no whatsnew) 2012-11-08 07:50:03 +00:00
Brian Troha
def8dd7737 itech32.c: Minor game rom rename because it makes sense. - NW 2012-11-07 23:12:09 +00:00
Brian Troha
5ad2d18de8 new World Class Bowling clone added
New Clone Added
-------------------------------
World Class Bowling v1.1 [Brian Troha, The Dumping Union]
2012-11-07 22:54:06 +00:00
Luca Elia
c54a803791 New clones added
----------------
Kkot Bi Nyo (Korea) [gp-lee, Guru, Luca Elia ]
2012-11-07 21:16:07 +00:00
Olivier Galibert
a2d20ed58f n2a03: Put a second irq line logically-ored with the normal one [O. Galibert] 2012-11-07 21:09:10 +00:00
Olivier Galibert
bd8de01d51 funworld: That driver wants the bitwise ops [O. Galibert] 2012-11-07 18:30:09 +00:00
Olivier Galibert
80fb909930 65c02: Fix the bitwise ops and their disassembly [O. Galibert] 2012-11-07 18:30:05 +00:00
Curt Coder
4a85620161 (MESS) adam: Created an ADAMnet slot interface and separated the ADAMnet devices from the driver. [Curt Coder] 2012-11-07 15:30:50 +00:00
Curt Coder
491d28aba0 cosmac: Added missing IRQ acknowledges. [Curt Coder] 2012-11-07 15:29:29 +00:00
Oliver Stöneberg
d1a912fae7 FLAC encoder did not use FIR Linear prediction (regressed in r18882) [William Coolay] 2012-11-07 14:31:51 +00:00
Olivier Galibert
b486a07a02 deco16: Vectors are non-standard, *duh* [O. Galibert] 2012-11-07 12:29:43 +00:00
Olivier Galibert
c277ddfc53 btime: Implement the Deco CPU-7 and C10707 [O. Galibert] 2012-11-07 09:30:51 +00:00
Olivier Galibert
7217bb1762 m6502: More interrupt fixing [O. Galibert] 2012-11-07 09:30:47 +00:00
Robbbert
b702e42b2f uzebox : fix validation 2012-11-07 08:40:26 +00:00
Miodrag Milanovic
ca80e04681 continued refactoring some video system sprite rendering, bringing code closer together for the 2nd sprite types by Haze (no whatsnew) 2012-11-07 08:37:43 +00:00
Robbbert
001d14eba9 px4 : fix validation 2012-11-07 08:30:20 +00:00
Fabio Priuli
0dce9f8535 fixed validation. no whatsnew. 2012-11-07 08:08:31 +00:00
Fabio Priuli
253aa64d09 snes.xml:
- Added 99 US cartridges [ReadOnly]
 - Added all known NTT cartridges, they are not supported as they use a specific modem [ReadOnly]
 - Started the CIC lockout chips documentation [ReadOnly]
 - New prototype from Nintendo Player [Mike]
2012-11-07 07:58:09 +00:00
Fabio Priuli
e2c2d35466 ibm5170.xml: some addition from Kaylee. no whatsnew.
gbcolor.xml: added some confirmed dump from BigFred. no whatsnew.
2012-11-07 07:50:37 +00:00
Fabio Priuli
ca608f0858 pico.xml: added new dump [TeamEurope]
crvision.xml: added earlier revision of Police Jump [Luca Antignano]
2012-11-07 07:45:17 +00:00
Scott Stone
9d31885fdc pprobe (vastar.c):
Verified bonus live dipswitch (and corrected it).  Reversed sprite draw order based on usage, less strange issues this way and vastar still seems to be happy about it and added a note about another possibility.  From Haze (nw)
2012-11-07 03:11:07 +00:00
Ryan Holtz
7ed545a9e9 01234567890123456789012345678901234567890123456789012345678901234567890123456789
- avr8.c: Renamed io map to data map, routed ports through io map [MooglyGuy]

- avr8.c: Implemented ST Z+ and SBIW opcodes [MooglyGuy]

- craft.c: Converted to use new AVR8 core [MooglyGuy]
2012-11-07 01:00:44 +00:00
Olivier Galibert
87526c456a m6502: IRQ fixes [O. Galibert] 2012-11-06 21:04:49 +00:00
Angelo Salese
8543c4a3b2 Small PC-8801 update 2012-11-06 20:51:37 +00:00
Curt Coder
d74ad8def0 m6800.c: Workaround for Coleco Adam not booting. The free-running counter values are unacceptable, so let it read from the output compare register instead. To be fixed properly later. [Curt Coder] 2012-11-06 19:32:01 +00:00
Miodrag Milanovic
bbaa0c2544 fix compile (no whatsnew) 2012-11-06 18:35:57 +00:00
Scott Stone
f11ff28a83 Changed inputs for Merlin from 'keyboard' to regular buttons and gave them a definite order. (nw) 2012-11-06 16:31:40 +00:00
Olivier Galibert
fac1ca581b 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] 2012-11-06 16:27:39 +00:00
Olivier Galibert
54b3c7a31d placeholders 2012-11-06 16:26:29 +00:00
Curt Coder
10c44eabfd (MESS) adam: Fixed software list. (nw) 2012-11-06 16:12:22 +00:00
Michaël Banaan Ananas
640dd990a7 (clarify title) 2012-11-06 12:40:02 +00:00
Scott Stone
9abf356282 Added tile flipping, dips, cleaned up a few bits for Planet Probe. Now marked as working. Old pprobe.c driver no longer needed. [David Haywood]
Added Dip Locations to vastar.c driver  [Tafoid]


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Planet Probe [Alberto Grego, Corrado Tomaselli, f205v, David Haywood]
2012-11-06 09:50:14 +00:00
Robbbert
3652a90d1c Added skeleton driver Televideo TS802 [Robbbert] 2012-11-06 09:22:29 +00:00
Brian Troha
16ee14acfe progress on Planet Probe [Dave Haywood] 2012-11-06 01:06:39 +00:00
Robbbert
fa20d0f978 Williams System 11a : WIP 2012-11-06 00:33:10 +00:00
Curt Coder
7c476975bd (MESS) wd1772.c: Added WD2793 variant and READ/WRITE8_MEMBERs for individual registers. (nw) 2012-11-05 19:45:46 +00:00
Curt Coder
c93840e585 (MESS) adam: Added modern disk formats. (nw) 2012-11-05 19:44:19 +00:00
Michaël Banaan Ananas
b74ce41ef2 one of the lock/unlock checks was at another address anyway 2012-11-05 17:00:55 +00:00
Curt Coder
cdc241de4f (MESS) Fixed typo. (nw) 2012-11-05 15:32:20 +00:00
Curt Coder
134c907025 (MESS) adam: Added floppies to software list. (nw) 2012-11-05 15:31:44 +00:00
Angelo Salese
aeaeb30d23 funkball flags, nw 2012-11-05 15:27:56 +00:00
Angelo Salese
414887e23e Some bare minimum hooks, system is similar but not 100% identical to kyugo.c 2012-11-05 14:47:30 +00:00
Olivier Galibert
f70e1a5a10 (mess) Add a generic wd format [O. Galibert] 2012-11-05 13:22:55 +00:00