Commit Graph

30668 Commits

Author SHA1 Message Date
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
R. Belmont
ada89eb11d SDL: fall through to the baseline Win32 implementations for file, socket, and pty/named pipe I/O. [R. Belmont]
nw: This fixes laserdisc games and enables socket and named pipe I/O in SDL Windows builds.
2014-08-31 20:55:48 +00:00
Brian Troha
a436203ce8 segas32.c: Minor doc update - NW 2014-08-31 05:35:13 +00:00
Brian Troha
0e41227678 arkanoid.c: Add a note about an undumped Arkanoid set - NW 2014-08-30 23:39:28 +00:00
Brian Troha
e398de43b2 gaplus.c: Give the Tecfri set the correction inputs including dipswitch settings. Correct rom labels as per PCB & replace damaged GP2 10 rom. - NW 2014-08-30 23:17:46 +00:00
Brian Troha
cc07738289 circusc.c: Correct disassembled code - NW 2014-08-30 23:16:32 +00:00
Michaël Banaan Ananas
76f38ad823 woop 2014-08-30 18:38:49 +00:00
Michaël Banaan Ananas
9c9036e606 Matty koreafix 2014-08-30 18:28:30 +00:00
Michaël Banaan Ananas
cf7b354be7 OG bugfix 2014-08-30 18:23:35 +00:00
David Haywood
a60681429d new clones
Gaplus (Tecfri PCB) [system11]
2014-08-30 17:52:06 +00:00
Brian Troha
9ab4be6b01 segas32.c: IC1 is actually MB8421 - NW 2014-08-30 16:22:36 +00:00
David Haywood
d4a36c9971 better details (nw) 2014-08-30 16:14:04 +00:00
Brian Troha
28e6e7d574 New Air Rescue clone
New Clone Added
-------------------------------
Air Rescue (Japan) [ShouTime, The Dumping Union]
2014-08-30 16:06:49 +00:00
Brian Troha
946d4ad933 circusc.c: Correct 1 rom label as per actual PCB, even though 380_k13.5a is 100% identical to 380_j13.5a - NW 2014-08-30 15:16:38 +00:00
Scott Stone
66b4a61e73 Fix "error: zero-length gnu_printf format string" compile issue (nw) 2014-08-29 23:39:35 +00:00
Brian Troha
a2da0dc7d4 circusc.c: The 380 W05 set has been confirmed to come with all revision "Q" roms. - NW 2014-08-29 21:20:56 +00:00
Brian Troha
36bf372261 circusc.c: Corrent 1 rom name - NW 2014-08-29 20:37:37 +00:00
Wilbert Pol
57341a41c2 rsp.c: Modernised cpu core (nw) 2014-08-29 20:01:29 +00:00