Commit Graph

27333 Commits

Author SHA1 Message Date
Ivan Vangelista
8a24ac16ad Fixed gunsur2 regression. Does this set miss the rom key dump? Now it crashes later on, matching gunsur2e behaviour. 2014-02-24 22:12:55 +00:00
Ivan Vangelista
c8847cb514 Fixed calomega regression. The games using the acia suffer of a huuuge slowdown. Probably expected, though. (nw) 2014-02-24 21:30:25 +00:00
Wilbert Pol
4455358c8a (MESS) Fixed MT005469 2014-02-24 21:20:53 +00:00
Ivan Vangelista
331e399aa8 Reduced tagmap lookups in bigbord2.c (nw) 2014-02-24 21:08:19 +00:00
Ivan Vangelista
ea1fd654f4 Reduced tagmap lookups in gp2x.c (nw) 2014-02-24 20:54:56 +00:00
Ivan Vangelista
dde70da581 Reduced tagmap lookups in sbrain.c and removed unneeded include in atarifdc (nw) 2014-02-24 20:37:29 +00:00
Ivan Vangelista
447d006dde sharrier inputs, take two. See MT05468 (nw) 2014-02-24 16:48:28 +00:00
Curt Coder
50838fadd5 Fixed clang compile. (nw) 2014-02-24 14:30:18 +00:00
smf-
36ea0b6253 Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 instead. [smf] 2014-02-24 13:52:14 +00:00
Michaël Banaan Ananas
e833238f6d better use a number constant here since clock isnt really known 2014-02-24 12:36:05 +00:00
Michaël Banaan Ananas
4ebd4b974d add dummy soundcpu so we can see the disasm in mame debug 2014-02-24 12:31:01 +00:00
R. Belmont
da20fa8ee4 (MESS) apollo: finish devcb2'ing the keyboard (nw) 2014-02-24 04:07:11 +00:00
Brian Troha
a80806293d new Super Toffy parent
Out of whatsnew: This is the original non Unico version by Midas.

New Clone Added
------------------------------------
Super Toffy [System11, The Dumping Union]
2014-02-24 03:17:45 +00:00
Michaël Banaan Ananas
49f492c4a8 added basic support for FLASH_AMD_29LV200T 2014-02-24 02:55:18 +00:00
R. Belmont
04cca4aa91 (MESS) More apollo updates [R. Belmont]
- Old 68681 is gone
- Apollo keyboard now speaks diserial
- Headless configs use the serial terminal device

nw: And Domain/OS still boots and X11 comes up and works.
2014-02-24 02:43:26 +00:00
R. Belmont
020c376df5 n68681: fix a few uninitalized variables, beefed up optional logging [R. Belmont] 2014-02-24 02:39:38 +00:00
Scott Stone
a5c3b2d1a7 (MESS) ql.c - Fixed up communication between main 68008 CPU and 8048 IPC so that making sound does not crash the machine. [Phill Harvey-Smith] 2014-02-24 01:19:43 +00:00
smf-
3908bf9483 is it safe? (nw) 2014-02-24 00:47:24 +00:00
smf-
d5f2d6add7 #if DEBUG_VIEWER instead of #if defined() (nw) 2014-02-23 22:26:26 +00:00
David Haywood
022bf2e026 looks like this uses thumb2 code. 2014-02-23 21:46:38 +00:00
R. Belmont
2fd5a5e43b Deal with clock duty as per smf (nw) 2014-02-23 21:13:36 +00:00
Nathan Woods
a2ff7cf249 Factored out quit/confirmquit logic into ui_manager::request_quit() 2014-02-23 20:28:32 +00:00
David Haywood
09ee48d11a started looking at some of the orphaned ROMdefs the clang fixes turned up. I think one or two are genuine mistakes but still need to see if I have the files before I add the missing lines.
also split multfish into .c files and header, moving details of the sets where we only have reference info but there are no known dumps to a different file to avoid confusion.  (nw)
2014-02-23 20:16:49 +00:00
Ivan Vangelista
0f6b812db0 Fixed input regression in quizard and clones (nw) 2014-02-23 19:02:42 +00:00
R. Belmont
db9f8b663b (MESS) apollo: Start modernizing/cleanup. [R. Belmont] 2014-02-23 18:25:01 +00:00
David Haywood
35a4d4560a hook the 036 decryption up to igs_m036.c and pgm2.c (nw) 2014-02-23 16:06:13 +00:00
smf-
dfd44f91f4 added a space before : (nw) 2014-02-23 15:02:09 +00:00
Couriersud
aa0b321b05 Fixed netlist examples. 2014-02-23 14:57:24 +00:00
Couriersud
4a4501a474 Only fatalerror if we are trying to connect two railnets. 2014-02-23 14:52:32 +00:00
Ivan Vangelista
f628179cd7 Fixed MT05466 (nw) 2014-02-23 14:22:31 +00:00
Couriersud
e65dd38acf Minor netlist updates with focus on performance. Also added 16bit int to pstate. 2014-02-23 14:08:10 +00:00
smf-
355c0c472a changed dleuro from beep to speaker driven by z80ctc and removed some unnecessary accessors (nw) 2014-02-23 13:50:08 +00:00
smf-
38d827e993 Converted PIT8253 to DEVCB2 [smf] 2014-02-23 13:00:28 +00:00
Robbbert
ed701f13e7 (MESS) microvision : added SuperBlockBuster to software list 2014-02-23 11:24:30 +00:00
smf-
8724289bde Added hack for required_device not being set until device_start(), it would be nice if they were filled in during config complete. (nw) 2014-02-23 11:14:42 +00:00
smf-
9e7571126a Remove local lists of midi devices as they are currently all the same [smf] 2014-02-23 11:13:03 +00:00
Robbbert
c828d34891 (MESS) sorcerer : added .TAPE cassette format [Robbbert] 2014-02-23 11:11:58 +00:00
Michaël Banaan Ananas
4b4c023274 forgot how to break; 2014-02-23 11:05:02 +00:00
Miodrag Milanovic
04fbc6540f validation fix in main trunk (nw) 2014-02-23 07:55:09 +00:00
Ivan Vangelista
19a31495d0 Adjusted sharrier analog input to match real hardware values (seet MT05468). (nw) 2014-02-23 07:42:25 +00:00
Roberto Fresca
f30351f946 Mundial/Mondial (Italian/French): Implemented the program banking
properly. Now you can choose the program through a DIP switch.
[Roberto Fresca]
2014-02-23 05:53:51 +00:00
R. Belmont
5174c3de11 (MESS) sgi_ip2: converted to new 68681 and serial terminal [R. Belmont] 2014-02-23 05:17:39 +00:00
Roberto Fresca
627f9aa4f3 New clones added
----------------
Videotron Poker (cards selector, set 2) [Roberto Fresca, ANY]
2014-02-23 04:58:14 +00:00
R. Belmont
66421f650a (MESS) Start removing usage of deprecated 68681 INPORT_CALLBACK. [R. Belmont]
cat: Removed hacks required by the old 68681 implementation; keyboard works again. [R. Belmont]
2014-02-23 04:44:23 +00:00
Roberto Fresca
fd2692ec44 New clones added
----------------
Witch (With ranking) [Roberto Fresca, ANY]
2014-02-23 04:07:56 +00:00
R. Belmont
9490ca46a2 (MESS) rainbow: added IRQ management framework and vector control. [R. Belmont, Bavarese] 2014-02-23 02:21:49 +00:00
Michaël Banaan Ananas
6e5679d873 ah oui 2014-02-23 01:22:20 +00:00
R. Belmont
e546b71b36 More MIDI regression fixes (nw) 2014-02-23 00:45:47 +00:00
R. Belmont
f0ae0a1764 fixed crash (nw) 2014-02-22 22:03:37 +00:00
R. Belmont
07afd32657 fix MIDI output (nw) 2014-02-22 21:46:25 +00:00