Commit Graph

64738 Commits

Author SHA1 Message Date
ArcadeShadow
08532ad9b7
New working software list additions
ibm5170: All New World Of Lemmings, Desert Strike: Return to the Gulf, Ultimate Body Blows
2019-03-16 15:45:08 +00:00
angelosa
9075d8bd9d Merge branch 'master' of https://github.com/mamedev/mame 2019-03-16 16:20:58 +01:00
angelosa
5559a63bfb psx.xml: Unknown source should translate to a status=baddump, start converting those (nw) 2019-03-16 16:20:35 +01:00
arbee
1d8288f57a apple2: TransWarp card now slows down during joystick reads [R. Belmont] 2019-03-16 11:19:12 -04:00
Robbbert
e9d6dc8ef0 New NOT WORKING machine
- Micromon 7141 ECG
2019-03-17 02:11:18 +11:00
couriersud
4f212c5d68 fixedfreq: some renaming, remove members called only once. (nw) 2019-03-16 14:45:53 +01:00
couriersud
9ba8f09fb0 fixedfreq: more separation between interface and logic. (nw) 2019-03-16 12:50:42 +01:00
hap
93ee1e9e2c slc1: add note (nw) 2019-03-16 02:43:09 +01:00
hap
ff4d877d1f sc1: rename driver (nw) 2019-03-16 01:41:36 +01:00
MooglyGuy
e23c64eb76 -astrohome: Added cassette support for the AstroBASIC cartridge. [Ryan Holtz, BallyAlley] 2019-03-16 01:20:35 +01:00
hap
6b430378e1 sc1: is not sc1, rom matches slc1 by 90%, keypad functions same as slc1 (nw) 2019-03-16 01:13:54 +01:00
hap
384dbc865b New working clone added
------------
Schachcomputer SC 2 (rev. E) [kaiOr]
2019-03-15 22:09:49 +01:00
hap
a8749a2e9b layout: start removing unicode text that's unsupported by osd font sdl(linux/mac) and dwrite(windows) modules (nw) 2019-03-15 20:23:54 +01:00
hap
f63d8359e5 fidel_csc: remove preliminary unmaintained chesspieces layout plugin (nw) 2019-03-15 20:19:17 +01:00
hap
1c193ca123 hh_sm510: add g&w gamelist to notes (nw) 2019-03-15 20:08:03 +01:00
hap
0f01ef7441 mk1: rewrote most of the driver (nw)
New working clone added
-----------
CompuChess [hap]
2019-03-15 20:06:21 +01:00
hap
646d958249 chesstrv: split driver into 2 (nw)
Machines promoted to working
-------
Chess Traveler [hap]
Boris Diplomat [hap]
2019-03-15 19:36:56 +01:00
MooglyGuy
aad9f71a09 -spg2xx_audio: Switch sample processing mode immediately on change. Fixes additional instruments in icanpian. [Ryan Holtz] 2019-03-15 19:29:05 +01:00
ajrhacker
6640fd4566
Merge pull request #4761 from DavidHaywood/150319
metronome is easier to hear in "icanpian dpmagic" so map it.
2019-03-15 11:04:29 -04:00
DavidHaywood
cf5a628cf0 metronome is easier to hear in "icanpian dpmagic" so map it. 2019-03-15 14:56:42 +00:00
David Haywood
45c31793ad new WORKING machines (I Can Play Piano) (#4759)
* map some more buttons and promote icanpian to 'working

* (nw)

* use IPT_KEYPAD instead as per suggestion (note, this makes the ordering in the internal menu ugly for some reason, but all keys map to something by default)

* Keyboard instead of Keypad (now needs scrlock to toggle)
2019-03-15 10:09:23 -04:00
AJR
fae6abca59 wy55: Even better display parameters (nw) 2019-03-14 23:40:20 -04:00
AJR
4eab47f746 wy55: Fix screen parameters (nw) 2019-03-14 23:25:48 -04:00
AJR
5bcfef154f wy55: Add ROM banking and more RAM (nw) 2019-03-14 22:47:07 -04:00
AJR
307c442eb5 bus/bbc/exp, bus/bbc/rom, ds1315, upd7002: Simplify read/write handlers (nw) 2019-03-14 21:57:44 -04:00
cracyc
1a14eeaa7d pc_kbc: fix keyboard with pc/xt (nw) 2019-03-14 19:01:25 -05:00
angelosa
427ab5516b Start improving meta (nw) 2019-03-15 00:33:07 +01:00
Angelo Salese
e859664db7 Bulk replace Japan -> Jpn in description (nw) 2019-03-14 23:12:06 +01:00
yz70s
a81cb8469e i386: add a simple cache to the athlon xp processor (nw)
.
A single 64K 2-way set associative cache
Used for both instructions and data
Enabled only for addresses in the first megabyte
Works always in writeback mode
.
It is needed by the nforce motherboard bios that uses it to simulate a
block of ram at address d0000 before ddr ram is configured
2019-03-14 21:03:12 +01:00
tomctomc
f1dacfc337 Fix for 6809 disassembly (#4753)
* increment PC for indexed addressing with single byte offset

* indexed addressing was incorrectly labeled indirect in function name

* use labels for pc relative indexed addressing

* force extended addressing
2019-03-14 15:47:26 -04:00
Lord-Nightmare
083854a31e fix build (nw) 2019-03-14 11:47:30 -04:00
Nigel Barnes
3a8fc3967b spectrum: Added the Cheetah SpecDrum device. 2019-03-14 14:01:32 +00:00
Nigel Barnes
596c68e755 spectrum: Added the Technology Research Beta 128 Disk Interface. 2019-03-14 12:07:50 +00:00
David Haywood
cb60e245dc SPG2XX - Make audio emulation a subdevice (#4757)
* SPG2XX - Make audio emulation a subdevice

(I need to reuse some of it for SPG110)

* these will end up in different places on spg110 so split the handler (nw)

* refactor a little for cleaner use later (nw)

* realign logging with function names (nw)

* (nw)

* (nw)

* recent change in audio_beat_tick appears to break "icanpian jjs" seems unintentional? (MG please verify)
also documented an existing suspicious use of 'channel' in code.

* use channel_bit here instead, seems more logical (nw)

* reorganize code here a bit too (nw)
2019-03-14 22:35:19 +11:00
f205v
3b021c3a53 small update to readme (#4747)
correct chip type + typo
2019-03-14 07:04:38 +01:00
Ivan Vangelista
4701bd3125 topspeed.cpp: fixed MT07260 (nw) 2019-03-14 07:03:40 +01:00
ClawGrip
f51d1e1037 New NOT_WORKING software list additions (#4751)
FUN-damentals Series - 4th Grade Math (UK), 5th Grade Math (UK), Phonics Program - Lesson 10 - Compound Words - A Fisherman's Tale (UK), Leap and the lost Dinosaur (UK), Englisch Kurs - Let's go 3 (Germany), Englisch Kurs - Let's go 4 (Germany), LeapPad Interactive Book (UK), Leap 2 - Math - The Great Dune Buggy Race (UK), LeapFrog Schoolhouse - Level 3 - Helping Others (UK), FUN-damentals Series - Smart Guide to 3rd Grade (UK), FUN-damentals Series - Smart Guide to 5th Grade (UK) [TeamEurope]
2019-03-14 07:01:15 +01:00
AJR
1a3b2ef914 Exclude non-CPUs from numerical indexing for debugger commands 2019-03-13 23:57:09 -04:00
braintro
88d4191991 mosaic.cpp: Verified and corrected clocks for Mosaic [caius, The Dumping Union] 2019-03-13 21:01:29 -05:00
Nigel Barnes
f8be5f366b bbcb_us: Re-attached bbcb_flop_us softlist (nw) 2019-03-13 18:31:42 +00:00
Nigel Barnes
1696435969 spectrum_uspeech: Use measured oscillator frequencies, and toggle ROM also on IORQ as used in Rockfall1/2. [Thomas Busse] 2019-03-13 18:31:42 +00:00
Nigel Barnes
2cd7fa0a6c spectrum_mface.cpp: Improve BIOS names (nw) 2019-03-13 18:31:41 +00:00
Ivan Vangelista
558b0f0581 orion.cpp: re-hooked up orionpro_flop softlist for the orion pro model (nw) 2019-03-13 18:13:05 +01:00
Ivan Vangelista
d7de125472 new not working machine
------------------------------------------
AS-1 Controller [farzeno, The Dumpin Union]

new working clone
-------------------------------------------
Raiden (US set 3) [Apocalypse, The Dumpin Union]
2019-03-13 18:07:08 +01:00
AJR
8bb26b3bc0 Add skeleton BusLogic BT-545S SCSI host adapter device [modem7, minuszerodegrees.net] 2019-03-13 00:34:21 -04:00
Scott Stone
d86f02ac45 fix typo (nw) 2019-03-12 20:49:40 -04:00
Robbbert
4db2370cf2 (nw) hshavoc: validation error 2019-03-13 10:03:02 +11:00
Robbbert
535d632ab8 (nw) housekeeping 2019-03-13 09:55:06 +11:00
Scott Stone
367b4fa630 Fix internal softlist names to match both the hash files as well as matching what the source expects. [Tafoid]
Note:  Given that most software scanning utilities will use the internal name located in the XML files, it is possible the following software folders will need to be renamed locally and your scanning folders updated as well to match:

icanpian_cart > icanpian
icanguit_cart > icanguit
apple2 > apple2_flop_misc
2019-03-12 18:17:45 -04:00
MooglyGuy
ce24d8322f -spg2xx: Added VolSel register. Fixed palette indexing on backgrounds in wallpaper mode. Fixes backgrounds in jak_nick. [Ryan Holtz] 2019-03-12 18:55:43 +01:00