Commit Graph

30685 Commits

Author SHA1 Message Date
David Haywood
860e923503 rework the Seibu Cup Soccer debug mode code so that it can be enabled for all sets rather than just the non-functional bootlegs, also documented how you get the Olympic Soccer '92 title screen and disable a debug display in the Cup Soccer Selection sets. The COP could be involved in providing a rom overlay for this area. (nw) 2014-09-04 12:29:39 +00:00
Robbbert
8ef61ebf4c inder.c : Lap by Lap is working. [Robbbert] 2014-09-04 09:55:54 +00:00
Robbbert
a18c36679b inder.c : Canasta 86 is working. [Robbbert] 2014-09-04 06:04:09 +00:00
Fabio Priuli
38f2a4f376 (MESS) md_slot.c: let's try to load carts in a rom region rather than in a dynamic buffer.
This hopefully allows to search for ROM cheats again and fixes bug MT5488. nw.
2014-09-04 05:18:05 +00:00
Fabio Priuli
5496f9b617 (MESS) whoops... Activision and Absolute mappers got switched when loading from fullpath... nw. 2014-09-04 04:59:05 +00:00
R. Belmont
bbd14ca947 not quite yet (nw) 2014-09-04 02:38:10 +00:00
R. Belmont
b9dbe823c9 (MESS) pc_vga: correct access to attribute register when PAS bit is set, allows XFree86 to detect ISA VGA. [Peter Ferrie] 2014-09-04 02:37:23 +00:00
R. Belmont
7d874efba8 SDL: reenable SDL_ttf for SDL2 builds (nw) 2014-09-04 02:26:43 +00:00
Brian Troha
74f7ba1ce3 galpanic.c: Correct rom names for the newest Fantasia set. - NW 2014-09-03 19:37:20 +00:00
Michaël Banaan Ananas
d6935e3a35 added global alpha bit 2014-09-03 18:30:19 +00:00
Angelo Salese
8347ded8bf Updated 0205 for m68k based games 2014-09-03 18:28:06 +00:00
Fabio Priuli
a1174ffec1 fixed pokey mapping in the a7800 carts. nw. 2014-09-03 16:22:41 +00:00
Fabio Priuli
8aafe83a1c updated pokey to use delegates for its callbacks. nw. 2014-09-03 16:20:35 +00:00
Fabio Priuli
7d95c2eea9 (MESS) coleco.xml: Some more verified dumps and info added. [Ikrananka] 2014-09-03 16:19:35 +00:00
Robbbert
3cb74b08c8 inder.c : Brave Team is working. [Robbbert] 2014-09-03 13:16:21 +00:00
Jonathan Gevaryahu
a1f8c22325 Remove test code (n/w) 2014-09-03 11:41:02 +00:00
Olivier Galibert
c5b96e5fa5 raiden: misc (nw) 2014-09-03 10:32:43 +00:00
R. Belmont
61f8d45d62 SDL: Use the same screen selection method for SDL2 as Windows. [R. Belmont] 2014-09-03 02:26:15 +00:00
R. Belmont
075268f0fd SDL: more OS X fixes for SDL2. (nw) 2014-09-03 01:58:02 +00:00
R. Belmont
eea0414478 SDL: link properly on OS X for SDL2. [R. Belmont] 2014-09-03 01:20:39 +00:00
Michaël Banaan Ananas
b90ee5ed31 changed Williams diag AU/MD button to PORT_TOGGLE 2014-09-03 00:28:34 +00:00
Robbbert
ced06e3dbe inder.c : placeholder 2014-09-03 00:21:54 +00:00
David Haywood
2dc6298b02 new clones
Fantasia (940803 PCB) [system11]
2014-09-02 23:09:21 +00:00
Fabio Priuli
83cfa9dd35 (MESS) a2600.xml: some more fixes (these games need to start from bank2 at boot). nw. 2014-09-02 21:41:50 +00:00
Fabio Priuli
1c6b418bfb (MESS) a2600.xml: added some missing slot options which caused some
regression in the new implementation. nw.
2014-09-02 21:26:50 +00:00
Fabio Priuli
8707f8f6a4 (MESS) atari400.c: start attempt to untangle a bit the video &
machine code. nw.
2014-09-02 20:56:57 +00:00
Michaël Banaan Ananas
c34d606c05 (MESS) pve500.c: hooked up MB8421 RAM [FSanches]
(note to FS: we can't confirm that your driver crashes on load)
2014-09-02 19:18:43 +00:00
Miodrag Milanovic
08da5835ef Make it compile on 4.9.x (nw) 2014-09-02 13:42:52 +00:00
Miodrag Milanovic
c686a4621e Update to latest mongoose (nw) 2014-09-02 11:57:12 +00:00
David Haywood
75f98a0b52 replace rom in ryukendna set [system11] 2014-09-02 11:50:56 +00:00
David Haywood
0092f9b6e5 new clones
The Simpsons (2 Players World, set 3) [Ben76]
2014-09-02 11:40:45 +00:00
Miodrag Milanovic
af061e6e94 Support for SDL2 builds on win32 2014-09-02 09:01:11 +00:00
Miodrag Milanovic
ba2f3c2814 Let's static link SDL on win32 build (nw) 2014-09-02 08:35:09 +00:00
Scott Stone
297b45de1e Compile Fix (nw) 2014-09-02 06:48:44 +00:00
Fabio Priuli
e1db142336 a7800 minor comments/cleanups. nw. 2014-09-02 05:37:07 +00:00
Fabio Priuli
991bcbd1e5 (MESS) atari400.c progress: [Fabio Priuli]
- Rewritten cart emulation to use slot devices (many 
  "mappers" do not fully work) and unified cart handling 
  among 8bit home computers, XEGS and Atari 5200
- Added support for loading carts with bankswitch to all XL/XE 
  models
- Added support for loading XEGS carts in Atari 8bits home
  computers (XEGS instead will only load XEGS games until
  support for the keyboard add-on is included)
- Big clean up of the driver, simplifying memory map, removing
  writes to ROM, etc.
- Changed NOT_WORKING flag to IMPERFECT_GRAPHICS
  in 600XL, 65XE, 800XE and XEGS since they should now be 
  working to the same extent of the 800XL, and bugs shall be 
  reported.


as a consequence of the above changes, the new softlists a800.xml, a5200.xml
and xegs.xml are not compatible anymore with 0.154: keep the old xmls until
0.155 if you don't compile your own exe
2014-09-02 05:02:02 +00:00
Michaël Banaan Ananas
2851a8ae56 note for kale 2014-09-02 04:02:49 +00:00
R. Belmont
6be086cf7e SDL: remove dead code from SDL2 renderer, fix laserdisc crash with SDL2 -video accel rendering. [R. Belmont] 2014-09-02 02:08:13 +00:00
Angelo Salese
27959a37ee Notes 2014-09-01 22:44:32 +00:00
R. Belmont
4631c02ca0 SDL: More cleanups. (nw) 2014-09-01 22:38:35 +00:00
Angelo Salese
f83325f1a0 Fixed sprite DMA for Raiden 2, bullets are now visible [Angelo Salese, Olivier Galibert] 2014-09-01 21:13:19 +00:00
Ivan Vangelista
d3fbd22c38 kaneko_toybox_device: cleanups (nw) 2014-09-01 19:26:53 +00:00
Ivan Vangelista
cd119b649c kaneko_calc3_device: minor cleanup (nw) 2014-09-01 14:35:57 +00:00
Robbbert
111efcb1aa aftor and spectra: minor improvements (nw)
Af-tor: added missing inputs and mechanical sounds. Added notes. Fixed broken bank of switches.

Spectra: added slingshot sound and some notes. Fixed coin sound. Removed useless variable.
2014-09-01 13:08:14 +00:00
Ivan Vangelista
e104bb15dc kaneko_calc3_device: "standardized" it some (nw) 2014-09-01 12:06:22 +00:00
Ivan Vangelista
457afc2dfa mjsister.c: fixed crash (nw) 2014-09-01 12:05:17 +00:00
Miodrag Milanovic
57b389311f Added window to osd_interface (nw)
win_monitor_info to class 
win_window_info to class, partial
2014-09-01 08:58:33 +00:00
R. Belmont
923cbc2648 SDL: remove more dead code from the GL paths (nw) 2014-09-01 02:09:38 +00:00
R. Belmont
20e7944065 SDL: init timebase the first time it's needed on Windows, Mac, and OS/2 targets. [R. Belmont] 2014-09-01 01:55:58 +00:00
R. Belmont
dad3fa9540 (nw) 2014-08-31 21:52:19 +00:00