Commit Graph

52211 Commits

Author SHA1 Message Date
einstein95
a379d82685 decocass consistency (nw) 2017-06-25 01:03:38 +12:00
Nigel Barnes
881fd44891 New working software list additions
-------------------------------------------------archimedes: Countdown to Doom, The Last Days of Doom
bbcmc: Bikes
2017-06-24 13:55:40 +01:00
Nigel Barnes
84f02ebf45 accomm: Fully implemented keyboard
- Added sound (same as Electron)
- Added layout and hooked up Caps/Shift Lock LED's
2017-06-24 13:55:40 +01:00
R. Belmont
6e685359dd Merge pull request #2401 from DavidHaywood/200617
new working clone Lock'n'Chase (DECO Cassette) (Japan) [??]
2017-06-24 08:01:42 -04:00
David Haywood
91f06f5353 the following exist in the public 'various arcade' collection too ?! again no idea who to credit, this stuff was just forwarded to me. 2017-06-24 12:10:08 +01:00
David Haywood
2a319c99f2 fix clone state (nw) 2017-06-24 11:21:45 +01:00
David Haywood
f3bf7b89f7 new working clone Lock'n'Chase (DECO Cassette) (Japan) [??]
this is in various public rom collections, and even on MAMEdev, but was never added?
looks like a 100% legitimate Japanese version, complete with the alt (harder) maze.
2017-06-24 11:21:12 +01:00
AJR
4a4883dd65 quizshow: Driver cleanup (nw)
- Remove unnecessary prefix from function names
- Remove unused I/O space
- Add dummy callback for flag output (which is used)
2017-06-23 21:20:22 -04:00
mahlemiut
478e222886 ym3802: added preliminary MIDI clock timer and click counter, gets Mahou Daisakusen (x68k) to play MIDI music. 2017-06-24 12:45:25 +12:00
AJR
97889a232f s2650: Allow program counter to be properly tracked by debugger
s2650: A few small status register-related refinements (nw)
quizshow: Change fake tape input back to old pseudo-random values that program handles better for some reason (nw)
2017-06-23 20:11:17 -04:00
Lord-Nightmare
c7b3741479 socrates.cpp: made socrates_pal a derived machine config of socrates (nw) 2017-06-23 20:01:20 -04:00
npwoods
2af3233101 Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (#2170) 2017-06-24 09:46:58 +10:00
hap
f1c043d18c sm500: added jump opcodes (nw) 2017-06-24 01:30:44 +02:00
AJR
4d63d9d31e Disable side effects in some read handlers (nw) 2017-06-23 16:53:44 -04:00
AJR
5a6c24778c bullsdrtg, hexpoola: More sense input fixes (nw) 2017-06-23 16:48:09 -04:00
AJR
1af34a3ed6 astrowar: Fix regression (nw) 2017-06-23 16:38:07 -04:00
Ted Green
829b9343e9 Cp Error. M48T08 doesn't have watchdog. (nw) 2017-06-23 13:54:40 -06:00
Ted Green
aa8e169f48 M48T37 timekeeper: Add watchdog function. (nw) 2017-06-23 13:46:42 -06:00
Lord-Nightmare
5614476c68 socrates.cpp: make more functions common (nw) 2017-06-23 15:38:05 -04:00
hap
1a82ca71ba sm500: added lcd opcodes (nw) 2017-06-23 21:14:24 +02:00
Lord-Nightmare
a8bde85010 socrates.cpp: switched iqunlimz to use bankdev, fixed a few issues, unified some functions with socrates. [Lord Nightmare] 2017-06-23 15:02:09 -04:00
Lord-Nightmare
4ee8c028e3 whoops, forgot this. (nw) 2017-06-23 12:28:43 -04:00
Robbbert
4ee2d1c7b0 (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed internal media slots from images menu. 2017-06-24 01:10:44 +10:00
AJR
d3cb3d4540 lsasquad.cpp: Switch PSG type to YM2149 for original Taito sets (nw) 2017-06-23 09:09:56 -04:00
hap
2c3bed888b New working clone added
-----------
Bambino Classic Football [hap]
2017-06-23 14:31:53 +02:00
briantro
0884695c3b arkanoid.cpp: Standardize naming convention for verified dumped 68705 images (nw) 2017-06-22 21:48:31 -05:00
briantro
d84f0c5326 flstory.cpp: Use new 68705 image that includes the bootstrap code. [ShouTime, Brizzo] 2017-06-22 21:27:23 -05:00
Lord-Nightmare
dfb9ed0b34 socrates.cpp: switched banking over to using bankdev, hooked up hblank input [Lord Nightmare] 2017-06-22 21:38:57 -04:00
AJR
3bff05cff7 Don't try to read past the end of a memory space in debug view 2017-06-22 20:50:04 -04:00
hap
14ee94a1fe copypastemistake (nw) 2017-06-23 00:48:48 +02:00
AJR
2a1064628f Address space name fix (nw) 2017-06-22 18:46:14 -04:00
hap
bca24133da sm510: made KB1013VK12 device a clone of SM5A (nw) 2017-06-23 00:34:16 +02:00
AJR
aa191bfe6b s2650: I/O modernization
- Replace fake S2650_SENSE_PORT address with line read callback (set_input_line should also work). There are still some doubts regarding whether VBLANK should be inverted in various drivers.
- Replace fake S2650_CTRL_PORT and S2650_DATA_PORT addresses with... well, these aren't dedicated parallel ports, so they actually haven't gone away. They have, however, been moved to a new 1-bit address space, since the ports share the main data bus and are distinguished from each other by an address line.
2017-06-22 18:29:16 -04:00
AJR
137a83532b Improve validation checking for address ranges (nw)
arcompact: Attempt at fixing I/O space (nw)
2017-06-22 17:35:08 -04:00
Scott Stone
96bb60fd96 Fix SHA-1 to match valid image for ez2d2m (nw) 2017-06-22 15:39:47 -04:00
AJR
21ab6a6ec6 piggypas: Use 8255 device (nw) 2017-06-22 15:05:56 -04:00
AJR
e249cdb98e aerfboot: Soundlatch modernization (nw) 2017-06-22 14:20:59 -04:00
AJR
9a846ec556 wbbc97: Soundlatch modernization (nw) 2017-06-22 14:04:33 -04:00
Ivan Vangelista
438778daf6 New not working clone
---------------------------------
New Century (Spanish bootleg of Scramble) [Marcos75]
2017-06-22 17:52:10 +02:00
hap
0da4afb232 stop attributing these IP (nw) 2017-06-22 15:18:16 +02:00
Lord-Nightmare
a202e2114f prebillian: replace MCU simulation with actual dump [ShouTime, brizzo]
Fixed prebillian vblank input so game doesn't hang with real MCU dump, fixed player 2 spinner input, and added ball launch button [Lord Nightmare]
2017-06-22 03:02:00 -04:00
RobertoFresca
c04fbf2dba Added to the list of emulated games... 2017-06-22 01:03:44 -03:00
RobertoFresca
6fa32d72f8 New working clones
------------------
Jack Potten's Poker (set 10, ICP-1 PCB) [TeamEurope, Roberto Fresca]
2017-06-22 00:58:47 -03:00
AJR
4b5f16e1d8 No, actually done this way according to schematic (nw) 2017-06-21 23:22:17 -04:00
AJR
164ada7085 snk68.cpp: Soundlatch modernization (nw) 2017-06-21 23:14:50 -04:00
AJR
14c3a7fbd3 blockout.cpp: Soundlatch modernization (nw) 2017-06-21 22:51:16 -04:00
AJR
58823febb7 renegade, spdodgeb: Soundlatch modernization (nw) 2017-06-21 22:33:02 -04:00
AJR
90cf93ac4d spinb.cpp: MSM5205 callback modernization (nw) 2017-06-21 20:36:04 -04:00
Lord-Nightmare
6f43bda911 arkanoid.cpp: Replace hand crafted MCU for arkanoidu "Arkanoid (US, newer)" set with dumped 68705. [Lord Nightmare, brizzo, digshadow] 2017-06-21 20:20:41 -04:00
AJR
55d5fb8f97 inder.cpp: Modernize MSM5205 callback (nw) 2017-06-21 20:00:55 -04:00