Commit Graph

20369 Commits

Author SHA1 Message Date
Oliver Stöneberg
c1c74973ee memory: Add another missing 32->64 bits conversion when building the invsubmask (nw) 2013-02-11 19:25:48 +00:00
Curt Coder
e87292014b (MESS) c64: Added some MIDI disk images. (nw) 2013-02-11 19:18:15 +00:00
Oliver Stöneberg
6ea94fd23b fixed src/emu/cpu/sh2/sh2.c compilation without USE_SH2DRC (nw) 2013-02-11 19:07:50 +00:00
Oliver Stöneberg
55b4f41cf2 [MT04837,MT05070] fixed uninitialized memory in n64_rdp class [Oliver Stöneberg] 2013-02-11 16:06:40 +00:00
smf-
1a0c7eceea Moved some of the saturn code from mame/ into emu/ and made saturn.c & stv.c separately compilable. Still needs work before saturn.c can be moved to mess/ [smf] 2013-02-11 15:41:23 +00:00
Fabio Priuli
da5163f0a7 (MESS) megadriv.c: fixed FRAM saving in Sonic 3 (got lost in some copy&paste I did before the commit :( ).
also fixed access to last byte of SRAM. no whatsnew.
2013-02-11 15:37:34 +00:00
Curt Coder
497661c016 (MESS) c64: Added support for the standard MIDI cartridges: Passport/Syntech, Siel/JMS/DATEL, Sequential, Namesoft, and Maplin. [Curt Coder] 2013-02-11 15:13:15 +00:00
Curt Coder
f07681252e (MESS) c64: Cartridge WIP. (nw) 2013-02-11 15:11:11 +00:00
Curt Coder
45fd5f3a39 (MESS) c64: Fixed MACH 5 cartridge C128 mode. [Curt Coder] 2013-02-11 15:10:22 +00:00
Curt Coder
af9a9b0918 am9517a: Added state saving. (nw) 2013-02-11 15:09:48 +00:00
Curt Coder
60f43f04f4 (MESS) Softlist additions. (nw) 2013-02-11 15:09:25 +00:00
Miodrag Milanovic
9b56feb8b7 nes: fixed non-mandatory cart handling for famicom (nw) 2013-02-11 15:06:05 +00:00
Ville Linde
91292467d6 video/jagblit.c: Emulated buggy blitter YADD behavior (fixes Tempest 2000). (nw) 2013-02-11 14:38:19 +00:00
Ville Linde
4ec63c2520 video/jagblit.c: Fixed Rayman collision detection. (nw) 2013-02-11 14:18:17 +00:00
Angelo Salese
68d066d50d Actually fixed Sign flag in OR opcode 2013-02-11 13:34:58 +00:00
Miodrag Milanovic
66ac487c03 Fixed loading NES games directly (nw) 2013-02-11 12:23:19 +00:00
smf-
47c3ba0bf1 removed runtime ioport tagmap lookup when using PORT_CONDITION with PORT_BIT, used by gmgalax for example [smf] 2013-02-11 12:23:01 +00:00
Fabio Priuli
eba5498d6a (MESS) megadriv.c: removed pokemon protection patch, given that the routine is the same as kof99. no whatsnew. 2013-02-11 12:03:48 +00:00
Fabio Priuli
49b0cfb930 (MESS) removed legacy <feature> from megadriv.xml, gameboy.xml and gbcolor.xml. no whatsnew.
NOTE TO USERS: the new lists require MESS 0.148u1 to properly load games (with correct banking and SRAM) and aren't
fully compatible with MESS 0.148 anymore.
2013-02-11 11:59:20 +00:00
Miodrag Milanovic
90f9ca6918 Modernization of drivers part 12 (no whatsnew) 2013-02-11 11:18:02 +00:00
Fabio Priuli
0e937ed6b4 (MESS) nes.c: shuffled around the loading code (very preliminary step towards slotification).
also, temporarily made famicom driver to only support disks.
2013-02-11 10:13:14 +00:00
Oliver Stöneberg
e4f37ea7ba added missing virtual to device-level overrides (nw) 2013-02-11 08:38:01 +00:00
Jonathan Gevaryahu
315adc4137 (MESS) cat.c (Canon Cat): Fixed the v2.40 bioses thinking the phone is constantly ringing; Documented what all the DUART IO pins are connected to, and correctly hooked DUART IP2 up to invert when the 6ms timer expires, removing the previous hack (and fixing the ringing bug). [Lord Nightmare] 2013-02-11 08:23:37 +00:00
Miodrag Milanovic
a440a8e020 Cleanups and version bump 2013-02-11 07:44:56 +00:00
Fabio Priuli
4b0b4e6b2f (MESS) pico.xml: added a few more dumps by TeamEurope.
megadriv.xml: added later revision of Super Daisenryaku, thanks to BigFred
gbcolor.xml: new pirate dump from Taizou
2013-02-11 06:07:45 +00:00
R. Belmont
a5046e1a7e (MESS) Some Super Serial Card cleanup for the new 6551 (nw) 2013-02-11 04:34:27 +00:00
Angelo Salese
f20a12a3da Notes for APC 2013-02-11 02:10:35 +00:00
Angelo Salese
5d1bce6d33 Fixed TH Control Method when TR is active, fixes input detection in 3D Lemmings 2013-02-11 01:18:44 +00:00
Angelo Salese
3fa4ce2abb Reverted a VDP1 wrong fix, causes problems in World Series Baseball and Akumajou Dracula X 2013-02-10 23:58:57 +00:00
Wilbert Pol
cecf36bd1e nightgal.c: Reduce tagmap lookups (nw) 2013-02-10 22:18:41 +00:00
Nathan Woods
eb8dbb4fe5 Fixing natural keyboard debugger commands (input, dumpkbd) 2013-02-10 21:56:42 +00:00
Wilbert Pol
cb1234cb49 (MESS) gp32.c: Some tagmap cleanups (nw) 2013-02-10 21:48:52 +00:00
R. Belmont
d5a8dd19dc apple2gs: Enable AE Vulcan IDE card (nw, will self-serve) 2013-02-10 21:14:29 +00:00
Wilbert Pol
76700eceac (MESS) intv.c: Reduce some tagmap lookups (nw) 2013-02-10 21:10:37 +00:00
Wilbert Pol
cf0f8375f2 (MESS) pc6001.c: Reduce tagmap lookups (nw) 2013-02-10 21:04:05 +00:00
Curt Coder
ae951920f0 (MESS) c64: Added support for the VizaStar cartridge. [Curt Coder] 2013-02-10 19:58:50 +00:00
Wilbert Pol
11607bf28e (MESS) trs80.c: Reduce tagmap lookups (nw) 2013-02-10 19:54:40 +00:00
Wilbert Pol
e4fc128bd2 (MESS) mikro80.c: Reduce tagmap lookups (nw) 2013-02-10 19:44:28 +00:00
Wilbert Pol
e40e0da8c1 (MESS) galaxy.c: Reduce tagmap lookups (nw) 2013-02-10 19:22:42 +00:00
Oliver Stöneberg
6b72c6d3de fixed uninitialized memory in src/emu/cpu/es5510/es5510.c (nw) 2013-02-10 19:10:42 +00:00
Wilbert Pol
b8380495a6 (MESS) vii.c: Reduce tagmap lookups (nw) 2013-02-10 19:06:01 +00:00
Wilbert Pol
2c81cb6f60 (MESS) a7800.c: Reduce tagmap lookups (nw) 2013-02-10 18:56:09 +00:00
R. Belmont
39431cdbe7 (MESS) checkpoint: AE Vulcan IDE card (nw) 2013-02-10 16:45:56 +00:00
Wilbert Pol
ffd7f21077 (MESS) vii.c: Fixed batmantv regression (nw) 2013-02-10 16:45:24 +00:00
David Haywood
35fd857290 by request, favor safety over speed in jaguar for now
(tempest 2k does bad things)
2013-02-10 15:28:19 +00:00
Wilbert Pol
be4740bfb3 odyssey2/videopac: Improved palette. [Dr. Venom] 2013-02-10 15:21:21 +00:00
Wilbert Pol
60392e44df neogeo.c: removed some more tagmap lookups. (nw) 2013-02-10 15:11:26 +00:00
Olivier Galibert
6852552362 memory: Add missing 32->64 bits conversion when building the invsubmask [Oliver Stöneberg] 2013-02-10 15:07:37 +00:00
Roberto Fresca
54c8c3eef0 New York Joker: Added inputs, outputs, button-lamps, sound, coin and
note counters, default NVRAM, and promoted to working... [Roberto Fresca]


New games added or promoted from NOT_WORKING status
---------------------------------------------------
New York Joker [Roberto Fresca, David Haywood, Any, The Dumping Union]
2013-02-10 14:49:11 +00:00
Wilbert Pol
6812277ade neogeo.c/ng_aes.c: Reduce tagmap lookups (nw) 2013-02-10 14:16:16 +00:00