Vas Crabb
d96189dfc9
C++14 has one of these in the standard library (nw)
2018-06-01 13:07:01 +10:00
Vas Crabb
aebae021bf
remove a few literal tags from address maps (nw)
2018-06-01 12:07:45 +10:00
Vas Crabb
062027276e
addrmap.h: reduce code duplication and add support for device finders in more places in memory maps
2018-06-01 11:35:02 +10:00
AJR
e713b4e5e5
taito_b.cpp: Identify TC0180VCU as source of interrupts and change these into callbacks. The interval between the two has been changed (no longer being an arbitrary multiple of the CPU clock), but the timing is still more or less guesswork.
2018-05-31 20:23:31 -04:00
Angelo Salese
1d3b3daf74
naomi.cpp: Trizeal is by Triangle Service (nw)
2018-06-01 01:32:08 +02:00
AJR
a7230f387b
starwars.cpp: Replace machine().device with finders (nw)
2018-05-31 19:22:35 -04:00
AJR
b4ef226b83
ccastles: Add addressable latches (nw)
2018-05-31 15:03:03 -04:00
AJR
8e6b484e86
esb: Fix ROM loading bug
2018-05-31 14:26:38 -04:00
AJR
59190c80e1
seta.cpp: Break up the "vregs" handler (nw)
2018-05-31 14:13:57 -04:00
mooglyguy
31c514df18
segag80v, segasnd: Removed machine().device, nw
2018-05-31 19:44:38 +02:00
mooglyguy
0a455b0eff
segag80r: Eliminated machine().device and also split monsterb sound board into a proper device, nw
2018-05-31 18:33:28 +02:00
AJR
e6b5ea8b95
cps3.cpp: Remove unnecessary address_space argument (nw)
2018-05-31 11:46:30 -04:00
AJR
929f11935f
cps3.cpp: Eliminate machine().device (nw)
2018-05-31 11:43:26 -04:00
AJR
9787ba3fde
drw80pkr.cpp: Fix clang build (nw)
2018-05-31 11:42:56 -04:00
AJR
b447f8cd91
jaguar.cpp: Use ioport finders for joysticks/buttons (nw)
2018-05-31 11:33:59 -04:00
Ivan Vangelista
04cd6a61b7
drw80pkr.cpp: device_finder (nw)
2018-05-31 17:30:15 +02:00
AJR
3b4af26559
ti99_4p, ti99_4x, ti99_8: Use ioport finders for keyboard (nw)
2018-05-31 11:24:06 -04:00
Ivan Vangelista
15692247ef
dogfgt.cpp: device_finder (nw)
2018-05-31 17:19:35 +02:00
mooglyguy
47f1777f44
tx1: Removed more tag lookups, nw
2018-05-31 16:57:22 +02:00
Ivan Vangelista
1e91539044
kinst.cpp: this needs to stay in machine_reset(). Fixes MT06988 (nw)
2018-05-31 16:32:33 +02:00
mooglyguy
6b56f3a5f0
Fix validation, nw
2018-05-31 16:20:22 +02:00
mooglyguy
d25e17ef6a
dkong, gridlee, hyprolyb, jedi, mario, phoenix, pleids, polepos, redalert, tx1: machine().device removals. Also refactored tx1 to have separate sound-board devices. nw
2018-05-31 15:38:40 +02:00
Ivan Vangelista
708c3c437b
gaelco3d.cpp: device_finder (nw)
2018-05-31 15:12:17 +02:00
Robbbert
be74444c15
Sorcerer_cass : 7 working games
2018-05-31 22:33:25 +10:00
Ivan Vangelista
10429b8d61
sorry, this wasn't supposed to be committed (nw)
2018-05-31 12:37:00 +02:00
Ivan Vangelista
9fcd763f8e
deco_mlc.cpp: device_finder (nw)
2018-05-31 11:36:59 +02:00
Ivan Vangelista
ee20deea84
b16.cpp: device_finder (nw)
2018-05-31 11:18:14 +02:00
Vas Crabb
44243dcac8
devfind: add asserts to detect being resolved multiple times (nw)
2018-05-31 12:46:34 +10:00
Vas Crabb
550017a2d0
devfind: add asserts to detect tag being set after object resolution (nw)
2018-05-31 12:44:50 +10:00
Vas Crabb
b8b20ffd5a
hp_dio: clean up (nw)
2018-05-31 12:41:53 +10:00
angelosa
221b16bcba
tatsumi.cpp: oki status is actually reversed active wise for Cycle Warriors and Big Fight, fixes "we got em" sample playback in former [Angelo Salese]
2018-05-31 03:06:09 +02:00
angelosa
0ab56274c9
tatsumi.cpp: road intersection explained (nw)
2018-05-31 03:06:08 +02:00
angelosa
13c65b82eb
tatsumi.cpp: apply proper shadow sprites for Apache 3 and Round Up 5 too (nw)
2018-05-31 03:06:06 +02:00
Vas Crabb
d8a1e0da88
hp9k_3xx.cpp: more plausible GPIB mapping - not throoughly tested, @sschelle might want to look at this (nw)
2018-05-31 10:51:18 +10:00
angelosa
1473bbb4e5
tatsumi.cpp: added shadow sprites to Cycle Warriors / Big Fight [Angelo Salese]
2018-05-30 18:53:51 +02:00
angelosa
7382691447
tatsumi.cpp: some video fixes to Cycle Warriors and Big Fight: [Angelo Salese]
...
* marked first drawn layer as opaque;
* added row and col scroll register select;
2018-05-30 16:56:47 +02:00
angelosa
0598a8eea1
tatsumi.cpp: update_cluts before anything else (nw)
2018-05-30 16:54:59 +02:00
Vas Crabb
3f024b8a1d
that would help (nw)
2018-05-31 00:31:09 +10:00
Vas Crabb
552d2d5e7a
Hopefully fix MT06989, obsolete #3417 , and rather lazily separate parts specific to Exciting Soccer from Champion Baseball state
2018-05-31 00:29:37 +10:00
cam900
a9f61fff95
vis.cpp : Fix sample rate divider ( #3622 )
...
* vis.cpp : Fix sample rate
* vis.cpp : Minor update(remove unnecessary)
2018-05-30 23:36:10 +10:00
ajrhacker
9b68132f58
Merge pull request #3625 from pmackinlay/interpro
...
interpro: add ip6000 roms (nw)
2018-05-30 09:26:57 -04:00
cam900
4bb2d209f4
fmtowns.cpp : Fix speaker output level ( #3513 )
...
* fmtowns.cpp : Fix speaker output level
fmtowns.cpp : Fix speaker output level because SPEAKER_SOUND has only 1 outputs
* fmtowns.cpp : Fix for current master
2018-05-30 23:19:52 +10:00
Patrick Mackinlay
3eef766878
interpro: add ip6000 roms (nw)
...
With these rom dumps, the ip6000 now boots. Something is wrong with floppy interrupts, and EDGE isn't good enough to get to the blue screen, but FDM works moderately well.
2018-05-30 18:06:11 +07:00
Patrick Mackinlay
8d9cf97339
ncr5390: scsi and dma fixes (nw) ( #3624 )
...
These changes make sun4 scsi work to some extent, and don't break interpro.
* ncr5390: dma support for disconnected state commands
* ncr5390: fix dma bug with tcounter=0 (meaning 65536)
* ncr5390: improve dma start and counter decrement
* sun4: fix dma control register writes
2018-05-30 09:06:42 +02:00
AJR
ba0b4a0d5b
la120: Add addressable latch (nw)
2018-05-30 00:19:25 -04:00
braintro
cd45eb55f6
itech8.cpp: Minor ROM label corrections (nw)
2018-05-29 22:43:47 -05:00
cracyc
0b64e08eac
pc100: boot dos (nw)
2018-05-29 22:03:31 -05:00
Ted Green
7582515ced
voodoo: Reinstate texture address masking. Fixes segmentation fault in warfa.
2018-05-29 19:26:24 -06:00
Vas Crabb
2ea751e028
Merge tag 'mame0198'
...
MAME 0.198
2018-05-30 11:05:19 +10:00
angelosa
d25102cbae
tatsumi.cpp: unbreak apache3 / roundup5 (nw)
2018-05-30 02:43:25 +02:00