AJR
acf93837ac
strnskil.cpp: Remove due to merger with markham.cpp in ad71b11247
(nw)
2018-05-20 13:11:44 -04:00
ajrhacker
67a6fe4685
Merge pull request #3591 from kazblox/master
...
Give markham.cpp the C++ makeover and merge with strnskil.cpp, plus other changes
2018-05-20 13:07:49 -04:00
Ivan Vangelista
2b3de07697
luckglrn.cpp: removed erroneously c/p comment, fixed spelling, srccleaned (nw)
2018-05-20 17:42:00 +02:00
Jackson
ad71b11247
markham.cpp changes:
...
Merged with strnskil.cpp, with modernization and cleanups. (nw)
Add MCFG_SCREEN_RAW_PARAMS. (nw)
Added coin counters to markham, strnskil, banbam and clones.
2018-05-20 11:01:19 -04:00
AJR
ba6e4cdae0
cit101: Performance hack and note (nw)
2018-05-20 10:03:30 -04:00
AJR
603ae89155
megaplay.cpp: Fix mistake (nw)
2018-05-20 09:52:16 -04:00
Ivan Vangelista
799cf32029
luckgrln.cpp: output_finder, arrays, save state, removed outdated notes (nw)
2018-05-20 15:22:42 +02:00
AJR
c185e5187d
1945kiii: Various fixes
...
- Add sprite color flashes (MT 06971)
- Reduce palette size
- Fix OKIM6295 reads so fewer samples play on stopped channels
2018-05-20 09:11:55 -04:00
Ivan Vangelista
36cefaa3d0
new not working machine
...
---------------------------------------
unknown Ace System One game [Joe Magiera, The Dumping Union]
2018-05-20 12:38:17 +02:00
cam900
7a74fc8719
nmk16.cpp : Fix tdragon2 bankswitching
2018-05-20 19:29:58 +10:00
Robbbert
4ede644a48
apexc : fixed regression/crash introduced on 2018-02-12.
2018-05-20 16:58:34 +10:00
RobertoFresca
28ec227a18
year and Company...
2018-05-19 23:40:50 -03:00
RobertoFresca
f8259eb39f
New working clones
...
------------------
Spy Hunter (Spain, Recreativos Franco S.A., Bally Midway license)
[Carlos Matos Lara, Recreativas.org, Roberto Fresca]
2018-05-19 23:37:33 -03:00
RobertoFresca
f53a341c6b
Merge branch 'master' of https://github.com/mamedev/mame
2018-05-19 23:19:10 -03:00
RobertoFresca
dd28ab7c73
Merge branch 'master' of https://github.com/mamedev/mame
2018-05-19 23:18:21 -03:00
Vas Crabb
a3b446262d
leland: optimise use of tilemap (nw)
2018-05-20 11:58:17 +10:00
Dirk Best
77ad3656e4
model1io: Redumped epr14869b.25 used by Virtua Fighter [Phil Bennett]
2018-05-19 23:14:38 +02:00
hap
eeb2c80ce2
novag6502: get rid of bankswitch tag lookup (nw)
2018-05-19 17:10:31 +02:00
Robbbert
d081086940
(nw) Housekeeping
2018-05-19 23:05:49 +10:00
Vas Crabb
8c16502bf7
leland: split out ataxx-specific stuff from base state class - really needs more cleanup (nw)
2018-05-19 22:17:22 +10:00
hap
48215606ac
fidel6502: update EAG rombanking again (nw)
2018-05-19 11:52:55 +02:00
Ivan Vangelista
c5be30a393
new machine promoted to working
...
--------------------------------------------------
unknown Sidam poker [AJR]
2018-05-19 10:48:42 +02:00
AJR
7097bfd5f0
sidampkr: Make the cards appear
2018-05-19 00:05:40 -04:00
RobertoFresca
77d7d3a5cf
Added PCB notes...
2018-05-19 00:16:25 -03:00
RobertoFresca
7ffa828e81
Merge branch 'master' of https://github.com/mamedev/mame
2018-05-18 23:55:06 -03:00
RobertoFresca
6164bb44b8
verified PROM.
2018-05-18 23:54:38 -03:00
AJR
453c8fde2c
astrocde:cpp: Split up base class a little; add output finder for tenpindx (nw)
2018-05-18 22:51:33 -04:00
RobertoFresca
635ae06227
Coco Loco: Correct year and some bits.
2018-05-18 23:49:54 -03:00
cracyc
e63010675c
pc100: get a little farther (nw)
2018-05-18 21:27:01 -05:00
RobertoFresca
22a2748de3
Coco Loco: Correct year and some bits.
2018-05-18 23:23:28 -03:00
braintro
bfde094d20
cocoloco.cpp: Remove unnecessary init (nw)
2018-05-18 20:34:05 -05:00
RobertoFresca
a77d11d270
Coco Loco (set 3): Redumped the bitrotten ROM. [Roberto Cervera, Recreativas.org]
...
Machines promoted to working
----------------------------
Coco Loco (set 3) [Roberto Fresca, Roberto Cervera, Recreativas.org]
2018-05-18 22:21:11 -03:00
braintro
0bb6a74042
seta2.cpp: Spelling (nw)
2018-05-18 20:03:44 -05:00
braintro
df573ad9d0
new working clone - Trophy Hunting (Location Test)
...
New Clone Added
------------------------------------------------
Trophy Hunting - Bear & Moose V1.0 (Location Test) [Brian Troha, The Dumping Union]
2018-05-18 19:53:07 -05:00
cracyc
39883001a3
hiscore.dat: Updates [Leezer]
2018-05-18 19:35:39 -05:00
hap
1819d2b9b1
fidel6502: add EAG 2100 bookrom bankswitch (nw)
2018-05-19 01:25:04 +02:00
AJR
0ba652e723
diexec: Interrupt API changes (nw)
...
- PULSE_LINE is no longer a value. Existing uses have been changed to pulse_input_line with attotime::zero as the second argument.
- Formerly only INPUT_LINE_NMI and INPUT_LINE_RESET were allowed with PULSE_LINE. INPUT_LINE_NMI no longer receives special handling; instead, CPU devices must specify which of their input lines are edge-triggered and thus may be used with zero-width pulses by overriding the execute_input_edge_triggered predicate. INPUT_LINE_RESET is still special-cased, however.
- execute_default_irq_vector now allows a different default vector to be specified for each input line. This added flexibility may or may not prove useful.
2018-05-18 13:40:29 -04:00
MetalliC
e5dc17a488
alien.cpp: redumped pingu CF card [Bill D]
...
sadly, source CF is bad / damaged and missing data
2018-05-18 19:09:51 +03:00
angelosa
49d866b5c3
dc-ctrl.cpp: refactor/renaming common device settings (nw)
2018-05-18 15:54:56 +02:00
angelosa
121a0cf149
dc-ctrl.cpp: fixed dreamcast controller id values in fixed_status, makes it possible to surpass VMU not found errors in DC games by pressing start [Angelo Salese]
2018-05-18 15:33:14 +02:00
Vas Crabb
11fa3800f3
prune upfront - makes the other stuff cheaper (nw)
2018-05-18 21:00:54 +10:00
cam900
daec33cb61
argus.cpp : Add reference of argus blending ( #3585 )
2018-05-18 12:58:59 +02:00
Vas Crabb
74ca2733d0
try this for size - emu.h no net change (nw)
2018-05-18 20:45:39 +10:00
Vas Crabb
35fa407372
cinemat: further cleanup/separation - no longer needs a selector member or start overrides (nw)
2018-05-18 20:24:42 +10:00
Curt Coder
4d3566cfa7
WARNING emu.h recompile!
...
debugger: Show save state items in alphabetical order in the debugger view. [Curt Coder]
2018-05-18 13:09:00 +03:00
Katsuhiko Kagami
af1b9542ce
Update Japanese Language.
2018-05-18 19:28:43 +10:00
Wilbert Pol
07d51ecf71
ef9340/1: make character set external. [Wilbert Pol]
2018-05-18 19:06:30 +10:00
Ivan Vangelista
3486171aef
jangou.cpp: updated luckygrl decryption. Plaintext seems correct, but needs quite a lot more work. (nw)
2018-05-18 08:41:22 +02:00
R. Belmont
64486afe62
Merge pull request #3581 from sschnelle/gpib_fix
...
hp9k_3xx: change clock for gpib to 5MHz
2018-05-17 16:52:19 -04:00
Sven Schnelle
71cc978d9e
hp9k_3xx: change clock for gpib to 5MHz
...
The GPIB controllers are actually clocked with 5Mhz. Confirmed by
measuring the clock with a frequency counter on a 332, 382 and a HP98624A
card.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
2018-05-17 22:48:32 +02:00