Commit Graph

24717 Commits

Author SHA1 Message Date
Curt Coder
498a755d49 (MESS) c64: Cleanup. (nw) 2013-09-22 10:53:04 +00:00
Curt Coder
ed44165efd (MESS) c64: Emulated the PARTNER 64 cartridge. [Curt Coder] 2013-09-22 10:22:35 +00:00
Phil Bennett
4be7cf079c 05303: All sets in harddriv.c: Wrong colors on title screen and during gameplay. [Phil Bennett]
m68000: The 68010 does not perform a read before write during a CLR instruction [Phil Bennett]


Sources:
http://www.opensource.apple.com/source/gcc/gcc-1765/gcc/config/m68k/m68k.c
"clr insns on 68000 read before writing. This isn't so on the 68010, but we have no TARGET_68010."

http://www.zophar.net/fileuploads/2/10544qufns/jag68k.txt
"The special thing about a CLR (on the 68000, fixed in the 68010 and onwards I believe) is, that the processor does a source read before doing a destination write."
2013-09-22 09:55:41 +00:00
R. Belmont
f9b6a0d8f4 Better Clang support, necessary for Xcode 5.0 on OS X [R. Belmont] 2013-09-22 03:08:59 +00:00
R. Belmont
3365fdbf0c more clang fixes (this also looks like a possible real bug?) (nw) 2013-09-22 02:57:55 +00:00
R. Belmont
cac74174d8 fix likely typo shown by Clang (nw) 2013-09-22 02:46:05 +00:00
R. Belmont
6bffcc2984 SDL: work around incorrect warning generated by Clang [R. Belmont] 2013-09-22 02:39:30 +00:00
Michael Zapf
43e1a44c25 (MESS) Application of the AM_DEVSETOFFSET feature. 2013-09-21 22:38:28 +00:00
Michael Zapf
9ed27202aa Application of the set_address (AM_SETOFFSET) feature. 2013-09-21 22:37:56 +00:00
Michael Zapf
e93e197bb1 New AM_(DEV)SETOFFSET feature for address maps. 2013-09-21 22:35:53 +00:00
Curt Coder
67328a0ccd (MESS) c64: Implemented logic for PARTNER 64 cartridge. (nw) 2013-09-21 21:20:33 +00:00
Brian Troha
0445857424 nmk16.c: Fix some Dolmen dipswitches and correct "Sen Jin - Guardian Storm" to "Jeon Sin - Guardian Storm" as per Hardcore Gaming 101's "A History of Korean Gaming" and the page about Afega games. - NW 2013-09-21 20:32:16 +00:00
Angelo Salese
58caee040e Minor mods to make test1f diag life easier, nw 2013-09-21 11:39:06 +00:00
R. Belmont
1443aaf773 cps3: Added some new (and some previously just not included) documentation. [R. Belmont, based on a patch by Darksoft] 2013-09-21 01:38:10 +00:00
R. Belmont
b57c1d80f0 sh2: Show effective address in disassembly of PC-relative instructions [R. Belmont, based on a patch by Darksoft] 2013-09-21 01:37:19 +00:00
Curt Coder
3edb1bb9b0 (MESS) c64: Added placeholder for PARTNER 64 cartridge. (nw) 2013-09-20 20:05:55 +00:00
Scott Stone
33c524ef61 [MESS] a7800.c - Cleanup of address maps, high score maps added [Robert Tuccitto]
[MESS] nes.c - Documented new PAL NES clone called "Golden China TV Game"  [kaylee]
2013-09-20 18:39:57 +00:00
Curt Coder
df559d1ea4 (MESS) c64: Cleanup. (nw) 2013-09-20 16:27:08 +00:00
Miodrag Milanovic
bfa4567628 updated Acron A3010 roms labels and added battery management program rom [robcfg] 2013-09-20 11:55:25 +00:00
R. Belmont
3abb78edd2 web: Fix rendering issues on WebKit-based phones in portrait mode, added pause/unpause toggle. [Firehawke] 2013-09-20 03:20:28 +00:00
Curt Coder
894c6f0b55 (MESS) New System Drivers Supported:
-----------------------------
- NTS DreamWriter 225 [robcfg, Curt Coder]
2013-09-19 20:59:48 +00:00
Curt Coder
c44e3354c2 (MESS) Legacy removal. (nw) 2013-09-19 20:41:53 +00:00
Wilbert Pol
d2938b8a39 m4510.c: Fix typo (nw) 2013-09-19 20:21:34 +00:00
smf-
bff72b3f0b Moved the adaptec mode sense handling into the ACB4070 device [smf] 2013-09-19 10:18:21 +00:00
cracyc
aabd71c42f (mess) fix mc1502 (nw) 2013-09-19 02:21:26 +00:00
R. Belmont
6016ce0af6 web: fixed hardcoded hostname and port in index.html. [Firehawke] 2013-09-19 00:27:16 +00:00
Michaël Banaan Ananas
4ed5508898 ok, revert to 8way for now 2013-09-18 13:18:58 +00:00
Phil Bennett
b145f213cf kungfum: Use 8-way joysticks [Phil Bennett]
Reference: http://www.crazykong.com/manuals/KungFuMaster.man.pdf
2013-09-17 23:28:45 +00:00
Scott Stone
daf229306d Minor typo fix for a7800.c color information (nw) 2013-09-17 19:43:53 +00:00
smf-
0839767cb3 Use virtual multiple inheritance to share command processing between SCSI & ATAPI instead of having a SCSI subdevice. This allows matsushita_cr589_device & gdrom_device to derive from atapi_cdrom_device. [smf] 2013-09-17 18:23:52 +00:00
smf-
46781347cd fix for building with Visual Studio 2012 (nw) 2013-09-17 17:55:42 +00:00
smf-
736b9c13de fixed regression in Crypt Killer [smf] 2013-09-17 14:48:06 +00:00
David Haywood
e7d57b7857 new working game
Dolmen [Renato Mucciarelli, Brian Troha, The Dumping Union]
2013-09-17 14:22:20 +00:00
Miodrag Milanovic
96aa5e1c08 Cleanups and version bump 2013-09-17 06:47:03 +00:00
Angelo Salese
a7d12daf5b Some useful fatalerrors 2013-09-16 20:49:34 +00:00
Phil Bennett
7facb42722 05284: exprraid and clones: YM3526 has incorrect frequency [Phil Bennett]
exprraid.c - Cleanups from schematics [Phil Bennett]
- Corrected CPU and YM3526 frequencies
- Improved protection simulation
- Added interrupt acks
- Added service coin input
2013-09-16 20:08:35 +00:00
Curt Coder
aed49c4da3 mos6560: Fixed warning. (nw) 2013-09-16 19:06:53 +00:00
Curt Coder
a2381079c4 (MESS) c128: Added support for double-sided Commodore GCR images to be used with the 1571 disk drive. Images can be created with e.g. "copy /b side0.g64+side1.g64 disk.g71" [Curt Coder] 2013-09-16 19:00:45 +00:00
Oliver Stöneberg
e5f1f6bff5 fixed uninitialized member in cquestsnd_cpu_device (fixes potential cubeqst crash) (nw) 2013-09-16 17:45:10 +00:00
Michaël Banaan Ananas
b7a7142d76 fix compiler warning 2013-09-16 16:39:02 +00:00
Oliver Stöneberg
c96cf34c5b fixed unnecessary checks of unsigned variable and endless loop/array out-of-bounds access in src/mess/tools/imgtool/modules/bml3.c (nw) 2013-09-16 15:15:57 +00:00
Oliver Stöneberg
1db1801a5b removed useless unsigned variable checks in src/lib/formats/ap_dsk35.c (nw) 2013-09-16 15:15:51 +00:00
Michaël Banaan Ananas
a122ced87d joystick is 4-way 2013-09-16 14:54:00 +00:00
Robbbert
aee9b74454 (MESS) lola8a : added cassette 2013-09-16 12:05:53 +00:00
Brian Troha
61ef427f2f unico.c: Use actual OCS clocks in the machine config. - NW 2013-09-16 03:10:02 +00:00
Brian Troha
06427b5133 peplus.c: More minor info - NW 2013-09-16 01:12:23 +00:00
Brian Troha
35edec89b0 peplus.c: More minor info - NW 2013-09-16 01:01:16 +00:00
Angelo Salese
162959b04f Fixed fb out-of-bounds writes 2013-09-15 23:49:35 +00:00
Robbbert
a5d4726978 (MESS) c900 : Added notes, extra rom. 2013-09-15 12:48:27 +00:00
Brian Troha
32f1b6aa47 yunsung8.c: Magix PCB is nearly identical to Cannon Ball PCB except for swapping the Cypress FPGA chip for a QuickLogic chip. - NW 2013-09-15 06:25:15 +00:00