couriersud
4451f21fc9
breakout: slightly better fix. (nw)
2019-04-18 00:02:14 +02:00
AJR
aa98eae728
cdicdic: Explicitly configure second clock (nw)
2019-04-17 17:49:51 -04:00
AJR
185bbcad46
cdi: CDIC vectors its own interrupt (nw)
2019-04-17 17:07:07 -04:00
couriersud
ae8aa35955
Fix breakout regression. (nw)
2019-04-17 22:50:17 +02:00
Michael Zapf
0c70ab3079
tms99xx: Change setaddress method signature to (address,buslines); treating an address as a value to be written does not work with memory maps. Also fix 99/4p regression with wrong cru address access to peribox/evpc.
2019-04-17 22:39:50 +02:00
AJR
cdd6766fe4
scc68070: Merge CPU device with on-chip peripheral emulation
...
- Add internal clock divider
- Add a few crude hacks to force status bits in unemulated UART and I2C
2019-04-17 15:41:23 -04:00
hap
3206776950
stopthief: added buttons to layout (nw)
2019-04-17 20:42:37 +02:00
couriersud
bfa1dacd17
Fix validation crash. (nw)
2019-04-17 19:58:12 +02:00
couriersud
3afd712637
plib: mempool refactoring. (nw)
2019-04-17 19:58:11 +02:00
AJR
ced8e963be
cdi: Further decoupling of device emulation; improve clock documentation (nw)
2019-04-17 11:58:59 -04:00
Dirk Best
bfaf752379
akkaarrh: Add coin counters and lamp outputs
...
A test layout is provided to show the lamps, but isn't activated
by default. Choose it in the Video Options to see.
2019-04-17 17:05:50 +02:00
Ivan Vangelista
e2b39bb2e3
new not working machines
...
-----------------------------------------------------------------------------
Multi-Action 6710-13 [Brian Troha, The Dumping Union]
Multi-Action 7551 [Brian Troha, The Dumping Union]
Multi-Action 7556 [Brian Troha, The Dumping Union]
2019-04-17 16:56:40 +02:00
AJR
83f7c54d3b
cdi: Safety first (nw)
2019-04-17 09:27:44 -04:00
AJR
1b4d25fdba
mcd212: Disentangle from driver state class (nw)
2019-04-17 09:15:36 -04:00
braintro
1614a6c9e2
(nw) minor doc update
2019-04-17 07:52:20 -05:00
Robbbert
38737752ad
(nw) aim65 : added the reset button that's on the front of the unit
2019-04-17 22:28:39 +10:00
AJR
2196288624
genpc.cpp: Fix clang error: invalid digit '8' in octal constant (nw)
2019-04-16 23:59:12 -04:00
AJR
f123c6ab05
A bit of srcclean (nw)
2019-04-16 23:51:20 -04:00
rfka01
bb76779452
pc.cpp, genpc.cpp: More XT clones and BIOS variants ( #4901 )
...
* pc.cpp, genpc.cpp: More XT clones and BIOS variants
* pc.cpp: Added Kyocera XT
* compc.cpp: Added BIOS version 2.01 for PC-10
* genpc.cpp: Added various XT BIOS versions
* pc.cpp, genpc.cpp: Added various XT BIOS versions
* genpc.cpp: More XT BIOS variants
2019-04-16 23:47:49 -04:00
Robbbert
86bfb3ecfa
(nw) Housekeeping.
2019-04-17 13:18:52 +10:00
ajrhacker
46f460a914
Merge pull request #4899 from clawgrip/patch-8
...
tvgogo.xm: Add known cartridges list (nw)
2019-04-16 23:08:29 -04:00
arbee
4298c89393
Fix weirdness on previous commit (nw)
2019-04-16 21:51:29 -04:00
arbee
f5b17879b7
New games added as GAME_NOT_WORKING
...
-----------------------------------
Centipede / Millipede / Missile Command (ver 1.03) [chaneman, R. Belmont]
2019-04-16 21:45:50 -04:00
Roberto Fresca
aa0f04f563
Bonus Poker: Fixed DSW...
2019-04-17 02:50:39 +02:00
Roberto Fresca
2f013cea41
Unknown Galanthis/Zenitone poker game improvements: [Roberto Fresca]
...
- Change romset name to bonuspkr.
- Change game description to Bonus Poker.
- Reverse-engineered the code to allow boot the game.
- Added proper set of inputs.
- Added buttons-lamps support/layout.
Machines promoted to working
----------------------------
Bonus Poker [Roberto Fresca, Team Europe]
2019-04-17 02:41:34 +02:00
hap
8cdf5a0f59
New working machine added
...
--------
Name That Tune (Castle Toy) [hap, Sean Riddle]
2019-04-16 16:44:46 +02:00
Robbbert
62dcd62f46
(nw) Housekeeping.
2019-04-16 23:44:45 +10:00
Ivan Vangelista
239c25d5d5
new working clone
...
-----------------------------------------------------
Street Heat (set 2, older?) [chaneman]
2019-04-16 13:07:40 +02:00
AJR
7dcfa760e2
cmi_ankbd: Fix notes again (nw)
2019-04-15 22:17:34 -04:00
AJR
c25010e248
cmi_ankbd: Documentation update (nw)
2019-04-15 22:04:55 -04:00
AJR
28e4d33720
cmi_ankbd: Restore interrupt by correcting CA/CB hookup (nw)
2019-04-15 21:53:48 -04:00
couriersud
e7652e14d6
netlist: Improve validation code.
...
Adjust warning levels and fix a number of topics identified.
2019-04-16 01:49:44 +02:00
AJR
a1ed88900c
cat: Silent be (nw)
2019-04-15 19:08:59 -04:00
AJR
35e781022f
m68705: Use NVI for internal map to prevent segmentation fault (nw)
2019-04-15 19:04:09 -04:00
Michael Zapf
708193c747
tms99xx: Checked min/max cycles, reverted tms9980a clock change.
2019-04-15 22:31:03 +02:00
couriersud
86f0b315b6
netlist: Add validation support to netlist device.
...
mame -validate now also checks all netlist devices. It does this
by constructing a temporary netlist.
This commit also fixes some memory leaks and a bad bug which
surfaced in validation.
2019-04-15 21:41:01 +02:00
AJR
7e623cc886
cmi2x: Split off keyboards as subdevices
2019-04-15 15:36:53 -04:00
Philip Bennett
abe5ff027d
Add license to akkaarrh.cpp (nw)
2019-04-15 12:11:31 -07:00
AJR
e8ef72eb94
cmi.cpp: Fix old copy-and-paste mistake (nw)
2019-04-15 13:29:19 -04:00
AJR
f591832319
rd100: Add RS232 serial interface (nw)
2019-04-15 13:20:29 -04:00
Ivan Vangelista
763bf19887
pengo.cpp: reverted inadverted commit (nw)
2019-04-15 17:14:00 +02:00
Ivan Vangelista
bf59d2f845
src/mame: some more MACHINE_CONFIG macros removal (nw)
2019-04-15 17:05:16 +02:00
Ivan Vangelista
53d0ff30ba
new not working machine
...
----------------------------------------------------
Bikkuri Pro Wrestling (Japan 881221, Ver 1.05) [ShouTime, Dane Biegert, Evan Korzon, Russell Howard, Jeroen Bijl, Jeffrey Gray, Smitdogg, The Dumping Union]
(nw) it appears to work but inputs need to be adjusted. I don't understand the gameplay enough.
2019-04-15 17:04:11 +02:00
AJR
ab1055cca7
rd100: Further additions (nw)
2019-04-15 09:35:53 -04:00
Roberto Fresca
66fa9a6647
New machines marked as NOT_WORKING
...
----------------------------------
unknown Galanthis/Zenitone poker game [Roberto Fresca, Team Europe]
2019-04-15 15:25:36 +02:00
AJR
70fa5128d8
Fix clang error: unused variable 'M6805_VECTOR_INT2' [-Werror,-Wunused-const-variable] (nw)
2019-04-15 09:15:43 -04:00
Patrick Mackinlay
fceb882b9f
m68705: added other hmos variants
2019-04-15 19:55:16 +07:00
MetalliC
90b7ccb22b
ymz774: calculate volume table
2019-04-15 13:33:54 +03:00
Philip Bennett
cb274f261a
New working machine added
...
---------
Akka Arrh [Aaron Giles, The Dumping Union]
2019-04-15 00:39:48 -07:00
Patrick Mackinlay
e7c7bcf2e5
interpro: softlist tidy (nw)
...
* Added missing C400E boot image
* Removed unnecessary offset attribute
2019-04-15 13:35:32 +07:00