Commit Graph

67976 Commits

Author SHA1 Message Date
Mike Naberezny
1af5be01b8 c64: Added ROM signature for BusCard II. (nw) 2019-08-12 20:26:43 -07:00
68bit
d041a264de SS-30: add support for the MP-T timer / counter card.
E.g. this can be used SWTPC FLEX for a timer tick.
2019-08-13 12:11:13 +10:00
68bit
26897dd6ff wd_fdc: add a SSO callback.
Some machines do not connect the SSO output to control the floppy side. When
this new callback option is used the wd_fdc no longer controls the floppy,
rather calls the SSO callback.
2019-08-13 12:06:17 +10:00
braintro
6bf8519cf5 New working clone
New working clone
------------------
Super Shanghai Dragon's Eye (Korea) [Team Europe, Brian Troha, The Dumping Union]
2019-08-12 20:50:20 -05:00
braintro
3ed18f078c (nw) dec0.cpp: Minor ROM name correction based on actual PCB. 2019-08-12 20:46:54 -05:00
angelosa
920d964b16 pce.cpp: add support for Tennokoe Bank extended Backup RAM [Angelo Salese] 2019-08-13 03:43:39 +02:00
AJR
902c4589e9 cosmac: Use conventional decimal numbering for registers 2019-08-12 21:20:29 -04:00
AJR
fc7414be4f cdp1805, cdp1806: Use new 1805 disassembler (nw) 2019-08-12 20:16:14 -04:00
hap
dda7d43069 cosmac: add very preliminary 1804/5/6 (nw) 2019-08-13 01:45:55 +02:00
Christian Groessler
573df05d47 toplevel makefile: fix 'cleansrc' target for Unix/Linux 2019-08-13 01:17:04 +02:00
AJR
ceebc3ef28 cosmac: Add disassembler support for CDP1805 with extended instruction set 2019-08-12 18:54:52 -04:00
smf-
6c34985c39 Renamed and replaced Simpsons Bowling CD dump [emmanu888] 2019-08-12 18:20:49 +01:00
ClawGrip
d445ff999e
vsmile_cart.xml: Mark soon-to-be-dumped carts (nw) 2019-08-12 16:36:40 +02:00
Dirk Best
a8e7323651 birdtry: Hook up newly dumped MCU, remove simulation
Promoted to working as result.
2019-08-12 15:07:36 +02:00
AJR
45f9e0caa9 hitpoker: Fix regression in "Test BTN" (nw) 2019-08-12 07:25:40 -04:00
Scott Stone
2c47f67133 tmnt.cpp: Fix input port configuration to allow player start buttons to work for tmnt24pu. Fixes MT#7396 2019-08-12 06:08:08 -04:00
MASH
63437afbfa Correct Acrobatic Dog-Fight sound chip type (#5462)
* Correct sound chip type

Acrobatic Dog-Fight uses 2x YM2149 for sound: 
See
http://www.wolfgangrobel.de/arcadetalk/img_pcbs/acrobatic_dog_fight_01.jpg
http://www.citylan.it/wiki/index.php/Acrobatic_Dog-Fight_(US)

* Small device description fix

All devices in MAME use an "x" as a multiplier:
AT28C16 2Kx8 EEPROM
ER2055 EAROM (64x8)
Parallel EEPROM 2804 (512x8)...
2019-08-11 23:09:13 -04:00
R. Belmont
fe1d90a0b6
Merge pull request #5463 from ramiropolla/gdbstub-pr1
gdbstub: add z80 and m6502
2019-08-11 22:39:07 -04:00
Ramiro Polla
cb8a6b8e16 gdbstub: add z80 and m6502
z80 was tested with pacman and m6502 was tested with apple2e.

Side-effects must be disabled before reading memory, otherwise apple2e
starts failing after the first read to 0xc080.

Since GDB doesn't support those processors, I made up the features name
with "mame.<cpuname>". I also had to choose the registers to export in
the target.xml file, and since I don't have any experience with these
processors I don't know if I made the best choice.
2019-08-12 01:37:54 +02:00
hap
f1958b7128 New not working machine added
--------
Mephisto Mirage [hap, Berger]
2019-08-12 01:26:32 +02:00
hap
0e478d4318 mm1: add i/o (nw) 2019-08-11 23:55:41 +02:00
angelosa
b5bf0b348d zr107.cpp: move DSP set_flag_input outside the drawing routines (nw) 2019-08-11 22:13:44 +02:00
Ramiro Polla
fb5a3dcfaa gdbstub: added new GDB stub debugger (#5456)
* gdbstub: added new GDB stub debugger

This debugger can be used to connect to an external debugger that
communicates using the GDB Remote Serial Protocol, such as GDB itself
or many other GDB frontends.

Currently i386 (ct486), arm7 (gba), and ppc (pmac6100) are supported.

* gdbstub: enable GDB stub debugger in mac and windows builds
2019-08-11 12:21:16 -04:00
Robbbert
69c90113ae (nw) super80r : fixed booting of CP/M 2019-08-12 00:22:47 +10:00
Robbbert
81cabc72bb (nw) sorcerer: added support for dreamdisk and digitrio fdc 2019-08-11 23:36:49 +10:00
Ivan Vangelista
1a99052f30 new working clone
-------------------------------------
Crazy Kong Part II (bootleg) [Corrado Tomaselli, The Dumping Union]
2019-08-11 07:02:08 +02:00
AJR
140677882a microdar.cpp: More comment updates (nw) 2019-08-10 18:53:01 -04:00
ClawGrip
c8fb55f847 microdar.cpp: Add PCB ASCII layout (nw) (#5460) 2019-08-11 08:35:20 +10:00
npwoods
f142ee99fc Removed some dead static variables (nw) (#5458) 2019-08-11 08:33:27 +10:00
hap
1a33fe9945 New not working machine added
---------
Mephisto MM I [hap, Berger]
2019-08-10 21:54:31 +02:00
AJR
f79a9d1671 mc68hc11: CPU device modernization (nw)
- Replace the old-style fake I/O space with callbacks
- Add address spaces to handle remappable accesses to internal RAM and registers
- Eliminate set_config in favor of separate device types for each model (not differentiated properly yet...)
2019-08-10 15:45:05 -04:00
ajrhacker
36ec926dee
Merge pull request #5457 from MASHinfo/master
Correct audio CPU for The Deep
2019-08-10 13:21:16 -04:00
hap
18f98ab49c mephisto_modular: Added newer Portorose 32 Bit program ROM. [Berger]
New working clones added
---------
Mephisto Roma 68000 (Glasgow hardware) [Berger]
2019-08-10 18:17:13 +02:00
MASH
0722665689
Correct audio CPU for The Deep
The Deep uses a Rockwell R65C02 CPU for sound. See PCB (top right cpu)
http://adb.arcadeitalia.net/media/mame.current/pcbs/thedeep.png
2019-08-10 17:15:31 +01:00
Ivan Vangelista
ad1c185904 vicdual.cpp: added PROMs and correct ROM labels for wantsega (nw) 2019-08-10 18:14:56 +02:00
angelosa
7b758283ad pc9801.cpp: make 9821as to go further (nw) 2019-08-10 17:35:38 +02:00
AJR
7cf270f02a r65c02: Don't throw away the branch offset for BBR and BBS (nw) 2019-08-10 11:18:03 -04:00
Ivan Vangelista
873fafbbc2 commando.cpp: PROMs for commandob3 are actually verified the same (nw) 2019-08-10 16:58:24 +02:00
AJR
82c9bfb6bb m65c02, r65c02: Correct memory access patterns for read-modify-write instructions
The extra operand cycle in CMOS versions becomes a dummy read rather than a writeback, and page boundaries do not figure into cycle timings for indexed modes.
2019-08-10 10:37:43 -04:00
R. Belmont
5cdfb33855
Merge pull request #5455 from tyfighter/master
wd33c9x - clarify hardware reset
2019-08-10 07:59:25 -04:00
arbee
909bfe9890 picture_image_device: clean up properly if the PNG load fails (nw) 2019-08-10 07:52:31 -04:00
arbee
65bcb3be2b apple2: save states and file manager hotloading image support for ComputerEyes (nw) 2019-08-10 07:15:48 -04:00
Ivan Vangelista
52505e0d2f new working clone
------------------------------------
Commando (bootleg set 3) [Guru]
2019-08-10 11:56:12 +02:00
Ivan Vangelista
dc17a51b7e dec0.cpp: fixed erroneous c-p on my part (nw) 2019-08-10 11:46:52 +02:00
Ivan Vangelista
8838f78f4b dec0.cpp: dumped PROMs for the dec0 motherboard [Guru] 2019-08-10 10:33:12 +02:00
arbee
8d5b7f8e98 It helps to add the new files. (nw) 2019-08-09 22:13:33 -04:00
arbee
b9d3f359e5 apple2: Support the original gameport ComputerEyes [R. Belmont, Golden Child] 2019-08-09 22:10:49 -04:00
tyfighter
37c3d87807 wd33c9x - clarify hardware reset
Hardware reset triggers a SCSI_STATUS_RESET interrupt when the MR signal is asserted, but this is also true when the device first powers on.
Move the interrupt generation to device_reset so all hardware resets trigger the interrupt.
2019-08-09 21:06:52 -05:00
AJR
d96773c67d Revert "nscsi_cd: make sgi cdrom identify as hard disk"
This stops indy_4610 from failing its SCSI test.

This reverts commit 2e25d99be6.
2019-08-09 21:55:39 -04:00
AJR
88e9c67917 microdar: Informed speculation (nw) 2019-08-09 20:07:16 -04:00