Commit Graph

68013 Commits

Author SHA1 Message Date
R. Belmont
59610d3187
Merge pull request #5491 from npwoods/infocpp_implementation_to_anon_namespaces
Moved most of the implementation of info_xml_creator to anonymous namespaces
2019-08-16 11:25:54 -04:00
cam900
926e5842d1 seibu_crtc.cpp : Add notes (#5485)
* seibu_crtc.cpp : Add notes

* seibu_crtc.cpp : Revert accidentally removed co...

...mment

* seibu_crtc.cpp : Nuke and add notes for grainbow
2019-08-16 11:25:12 -04:00
R. Belmont
ac4b1cb27f
Merge pull request #5492 from 68bit/ss30-dc5
SS-30 DC5 floppy disk interface
2019-08-16 11:24:17 -04:00
Dirk Best
526d917699 snesb51: Some research (nw) 2019-08-16 16:27:15 +02:00
Ivan Vangelista
3c7c783c0e gottlieb.cpp: added notes about differently sized ROMs found (nw) 2019-08-16 13:57:29 +02:00
Patrick Mackinlay
2d6238bfab 4dpi: latch timer outputs (nw) 2019-08-16 17:20:23 +07:00
Patrick Mackinlay
59425d3702 dp8573: fix millisecond double increment (nw) 2019-08-16 17:19:08 +07:00
Patrick Mackinlay
ae25efbfcd jazz_mct_adr: fix timer (nw) 2019-08-16 13:15:05 +07:00
68bit
3d5aefd1e1 SS-30 DC5 floppy disk interface
Split out the floppy disk controller from the swtpc09 machine, adding it to
the ss50 interface. The DC5 is compatible with both the SWTPC 6800 and 6809
systems, supporting the 4 and 16 byte I/O interfaces respectively, via a
jumper setting, so can be used on the MAME swtpc and swtpc09 machines. The
DC5, like the DC4, supports double sided and density disks, and claimed
backward compatibility with the DC1, DC2 and DC3.
2019-08-16 13:35:58 +10:00
mahlemiut
daa3de1f6a amstrad: add Ram Electronics Music Machine MIDI and sampler expansion. [Barry Rodewald] 2019-08-16 14:43:49 +12:00
R. Belmont
5ca8e228fd
Merge pull request #5490 from 68bit/ss30-piaide
SS-30 PIA IDE hard disk interface
2019-08-15 22:39:51 -04:00
braintro
c0d5dc1142 dec0: Label Birdie Try as revision 2 in case someone ever finds an earlier version & other misc doc updates 2019-08-15 21:00:03 -05:00
npwoods
79332a15c6 Moved most of the implementation of info_xml_creator to anonymous
namespaces

This is to keep things isolated to a single translation unit as much as
possible
2019-08-15 21:38:03 -04:00
68bit
e133bf83cc SS-30 PIA IDE hard disk interface
Split out the PIA IDE hard disk interface from the swtpc09 machine. This
support appears to have been incomplete or to have bit rotten, and has been
updated and tested lightly with FLEX9.
2019-08-16 09:21:36 +10:00
R. Belmont
4e267c5702
Merge pull request #5487 from shattered/_f28f19e6fc
rt1715w: decode memory map a bit more (nw)
2019-08-15 16:14:05 -04:00
David Haywood
35ec787617 add eeprom support to dreamlif, promote to working (#5489)
* add eeprom support to dreamlif, promote to working

MACHINES PROMOTED TO WORKING
---
Dream Life (Version 1.0, Feb 07 2005) [Sean Riddle, David Haywood]

* tidy (nw)
2019-08-15 16:13:26 -04:00
MetalliC
9a2e4ecfe7
Merge pull request #5486 from f205v/patch-6
Typo
2019-08-15 22:40:19 +03:00
MetalliC
4b267070b2
Merge pull request #5488 from algestam/spacebridge
New working clone added
2019-08-15 22:36:39 +03:00
algestam
fe30158daa New working clone added
----------
Space Bridge (Elektronika) [algestam, Ryan Holtz]
2019-08-15 21:00:19 +02:00
Sergey Svishchev
a2e731149f rt1715w: decode memory map a bit more (nw) 2019-08-15 21:48:22 +03:00
AJR
b9920d8de9 More purging of now-superfluous uintptr_t casting (nw) 2019-08-15 12:30:39 -04:00
f205v
6d6a48755b
Typo 2019-08-15 18:29:32 +02:00
AJR
211bda4a53 ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) 2019-08-15 12:21:42 -04:00
angelosa
9ad1f98b4f Merge branch 'master' of https://github.com/mamedev/mame 2019-08-15 17:40:50 +02:00
angelosa
2789778c85 h6280.cpp: fix unintended behaviour on timer value latch [Angelo Salese] 2019-08-15 17:28:59 +02:00
R. Belmont
57fa313fc3
Merge pull request #5483 from DavidHaywood/150819
don't use my ill-conceived generator for arcompact, easier to work with as regular files (nw)
2019-08-15 11:25:55 -04:00
Dirk Best
ab3e6b1228 New skeleton driver: SNES 4 Slot arcade switcher
Credits: ClawGrip, Roberto Fresca, Recreativas.org,
Dumping Union, System11, Dirk Best

This is based on an MCS-51 core, like the MK3 bootleg. They are
clearly based on the same code, so the MK3 bootleg was moved to
this driver.
2019-08-15 17:15:23 +02:00
AJR
be6c96ff95 arkanoid: Use ordinary read handler instead of custom port for input mux (nw) 2019-08-15 11:13:22 -04:00
hap
5af23eec34 6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_reset) (nw) 2019-08-15 17:03:39 +02:00
DavidHaywood
639a5c1fe6 don't use my ill-conceived generator for arcompact, easier to work with as regular files (nw) 2019-08-15 14:42:48 +01:00
hap
6374f364c2 mm2: add RES buttons (nw) 2019-08-15 15:41:37 +02:00
Patrick Mackinlay
cbd272057d r4000: revert unwanted change (nw) 2019-08-15 19:03:11 +07:00
Patrick Mackinlay
99648b1223 debuggdbstub: uncomment parameters (nw)
These unused parameters don't cause any warnings, so I suggest they shouldn't be commented; make the implementations match their declarations.
2019-08-15 19:01:22 +07:00
smf-
7be9bb7dee uintptr_t ftw (nw) 2019-08-15 12:46:22 +01:00
smf-
016367ba90 simpler (nw) 2019-08-15 12:41:01 +01:00
smf-
d35c39bb16 fix param casting (nw) 2019-08-15 12:11:21 +01:00
Patrick Mackinlay
5971c0ef26 r4000: interrupt/exception changes (nw)
Rework interrupt handling to address two issues:
* clean up software interrupt detection
* prioritize instruction fetch tlb miss exceptions over interrupts when interrupt occurs while PC is unmapped

The second issue is speculative but reasonably likely, and brings r4000 into line with mips1, where the need for this logic was discovered.
2019-08-15 17:46:53 +07:00
smf-
2ff56cd342 fix incorrect format string to allow compilation (nw) 2019-08-15 11:41:01 +01:00
Robbbert
292672f527 (nw) glasgow: removed myself 2019-08-15 12:17:58 +10:00
Roberto Fresca
55f2845d54 Merge branch 'master' of https://github.com/mamedev/mame 2019-08-15 03:44:18 +02:00
Roberto Fresca
42ff929ce0 forgot.... 2019-08-15 03:39:20 +02:00
braintro
0206a81e1d (nw) Wood Place Inc is actually 1 word: Woodplace Inc which is different then Wood Place Co., Ltd. 2019-08-14 20:37:42 -05:00
Roberto Fresca
6c7ff97dac New working machines
--------------------
Potten's Poker stealth with Breakout front game
[Roberto Fresca, Grull Osgo, Pako Ortiz, Rockman, Recreativas.org]
2019-08-15 03:31:54 +02:00
MetalliC
cbb1c2f914 new WORKING clone
-----------------
Punk Shot (World 2 Players) [frsj8112]
2019-08-15 00:24:57 +03:00
Sandro Ronco
3b71b6c955 New working machine added
---------
Mephisto Mondial 68000XL [Sandro Ronco, Berger]
2019-08-14 23:10:15 +02:00
Michael Zapf
7b7292523f ti99: Changed busmouse to a push behaviour; the real V9938 does not regularly poll the mouse but lets it update an internal counter. Also rerouted the extra mouse button to a separate input line. 2019-08-14 22:19:53 +02:00
hap
a5fb1e1839 glasgow: add notes (nw) 2019-08-14 20:12:48 +02:00
Ivan Vangelista
54bd80ab43 new working clone
---------------------------------------
Block Out (Europe and Oceania) [Clawgrip, Recreativas.org]
2019-08-14 18:48:00 +02:00
Ivan Vangelista
8e727a4abb thedeep.cpp: use decbac06 device instead of custom routines (nw) 2019-08-14 18:25:24 +02:00
AJR
c25c3c79ab Fix clang build [-Werror,-Wheader-guard] (nw) 2019-08-14 12:10:09 -04:00