Commit Graph

52337 Commits

Author SHA1 Message Date
Justin Kerk
d3315bcfe2 New working software list additions
-----------------------------------
ibm5150: 688 Attack Sub (3.5", older), Star Goose! [ArcadeShadow]
2017-06-24 15:14:04 -07:00
David Haywood
cc082c7890 typos (nw) 2017-06-24 22:24:04 +01:00
David Haywood
638749af20 mark as working (nw) 2017-06-24 22:16:47 +01:00
David Haywood
9b8f69200f new working clones Treasure Island (DECO Cassette) (Region D) [David Haywood]
this is the ctisland3 set that has been in MAME since forever.  compared to the other ctisland sets it uses a different encryption and has a region code of 'D' in the header.
we haven't seen any 'D' region roms before (A is Japan, B is assumed to be US) so I've had to handcraft a bios rom for it (the only difference between the A/B bios roms is the single byte it checks in the header anyway)
2017-06-24 22:13:21 +01:00
hap
d09534c380 sm500: added lcd output (nw) 2017-06-24 21:26:23 +02:00
hap
a89cc32081 removed hh_sm500 driver, will re-add nupogodi as a clone of gnw_mc25 another time (nw) 2017-06-24 19:42:15 +02:00
hap
37c6419121 New NOT_WORKING machine added
------------
Game & Watch: Mickey Mouse [hap, Igor]
2017-06-24 19:38:58 +02:00
ajrhacker
3643d8378d Merge pull request #2404 from DavidHaywood/200617
new NOT WORKING
2017-06-24 11:47:32 -04:00
hap
4cc7afc65c sm500: added device start/reset (nw) 2017-06-24 17:14:32 +02:00
David Haywood
cb1420bb5e new NOT WORKING
D-CAT16 (Mega Drive handheld) [Team Europe]

this was dumped ages ago, doesn't boot as-is, maybe custom enhanced hw like the NES clones, maybe just custom banking.
2017-06-24 16:10:15 +01:00
hap
c7301ced32 sm5*: update notes (nw) 2017-06-24 16:21:53 +02:00
Michael Zapf
9814aba49e ti99: Added new cartridge type paged7 for TI-CALC. 2017-06-24 16:15:08 +02:00
Nathan Woods
d3c5f2939d Fixed an issue that could cause the debugger 'source' command to falsely display I/O error
I've discovered a scenario where reading to the end of file seems to trigger the fail bit, in addition to the eof bit.  Because of this, I've changed the error message to display when we can't read from the stream, but the eof bit is _not_ set
2017-06-24 09:39:55 -04:00
hap
d28c2b807e Merge pull request #2402 from einstein95/master
decocass consistency (nw)
2017-06-24 15:05:43 +02:00
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
Patrick Mackinlay
aac9e23e36 nmi and dma improvements
* nmi boot diagnostics pass
* floppy dma read and write working
2017-06-23 11:19:38 +07: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
Patrick Mackinlay
198df16bfa added 7-seg diagnostic led 2017-06-23 09:22:07 +07: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