AJR
b2d91abc70
Fix build and update notes (nw)
2017-07-02 08:50:58 -04:00
briantro
a88612222e
decocass.cpp: Document the Deco overlay PCB number (nw)
2017-07-01 23:40:30 -05:00
David Haywood
cdb9c0e960
split decocass class up so that the dongle types aren't polluting main class ( #2429 )
...
* split decocass class up so that the dongle types aren't polluting main class, emulate bootleg multigame, change accidental? drawing order change that was made a while back and broke several games
2017-07-02 12:36:13 +10:00
AJR
bbf8b2d837
froggeram: Remove inaccessible DIPs (nw)
2017-07-01 17:08:47 -04:00
arbee
015aa38a04
abcheck: add default EEPROM so the game boots w/o going into service mode first. [Guru, R. Belmont]
2017-07-01 15:37:55 -04:00
AJR
006782aeb9
joctronic.cpp: Callback modernization for its own sake (nw)
2017-07-01 15:07:39 -04:00
AJR
d2a8ac1b4b
mappy.cpp: Use LS157 device for DSW2 mux (nw)
2017-07-01 13:53:17 -04:00
MetalliC
23b5d6018f
stv.cpp: corrected Taiwan BIOS label [cpsystem3]
2017-07-01 18:33:09 +03:00
MetalliC
30c3d9d746
new NOT_WORKING clone
...
---------------------
Virtua Striker 4 (Export) (GDT-0014) [rtw]
2017-07-01 18:30:11 +03:00
Vas Crabb
3f44052c06
intlc440 improvements:
...
* Implemented front panel mode switches/LEDs and reset switch
* Added skeleton bus for "universal" slots and connected control lines
(nw) Default keyboard mapping is annoying because left shift, Z and X
are used both for typing into the TTY and switching program bank. You're
better off changing the mapping to make it less annoying or using a
socket and talking to it with telnet.
2017-07-01 18:03:01 +10:00
Phil Bennett
c5f070706d
New clones marked as NOT_WORKING
...
--------------------------------
Fighting Vipers (Revision B) [Phil Bennett, MooglyGuy, Tourniquet, Smitdogg, The Dumping Union]
2017-07-01 00:47:14 -07:00
AJR
4854db1629
Fix tiny build (nw)
2017-06-30 23:17:27 -04:00
AJR
993230e59c
victory: Add PIO devices (nw)
2017-06-30 22:58:29 -04:00
Scott Stone
ee5fe0c43f
All roms need a CRC32 and an SHA1 hash, even the baddumps! (nw)
2017-06-30 16:20:59 -04:00
cracyc
e0e2a6b636
plugins/cheat: documentation (nw)
2017-06-30 14:19:40 -05:00
cracyc
38a74a3ae0
plugins/cheat: link simple cheats
2017-06-30 14:15:57 -05:00
Patrick Mackinlay
e57ceef927
ncr5390: Improve [P. Mackinlay]
...
* improved initiator transfer information logic
* split transfer count/counter
* added rudimentary 53c90a/53c94 support
* reworked initiator transfer information state machine: should now support all scsi phases
* improved handling of dma/non-dma commands
* added an undocumented hack to make InterPro work
* match updated 5390 device
* inherit memory map
* implemented interrupt status flag in status register for 53c90a, this is critical for InterPro
2017-06-30 20:48:49 +02:00
cracyc
0ae673779b
plugins/cheat: fix nes gg decoder (nw)
2017-06-30 12:51:54 -05:00
David Haywood
c2b333bdd8
legionna.h - initialize tile banks to 0, this should fix problems on linux & debug builds (nw) ( #2430 )
2017-06-30 13:42:06 -04:00
hap
bfee334cf5
hh_sm510: fix small problem with one of the digit segments (nw)
2017-06-30 19:11:10 +02:00
MetalliC
db89a3bbad
new NOT_WORKING clone
...
---------------------
War: The Final Assault (EPROM 1.91 Apr 13 1999, GUTS 1.3 Apr 7 1999, GAME Apr 7 1999) [rtw, Smitdogg, The Dumping Union]
2017-06-30 18:26:55 +03:00
Patrick Mackinlay
027118e41e
inherit memory map
2017-06-30 21:25:51 +07:00
MetalliC
f9046c4c32
new NOT_WORKING clone
...
---------------------
World Kicks PCB (World, WKC2 Ver.A) [rtw, Smitdogg, The Dumping Union]
2017-06-30 16:31:10 +03:00
hap
0f8af0a61d
hh_sm510: make svg backgrounds white (nw)
2017-06-30 14:50:40 +02:00
hap
b9fabf4015
hh_sm510: added background vector graphics to gnw_ml102 [ChoccyHobNob]
2017-06-30 14:11:39 +02:00
Olivier Galibert
c2df39ba1d
mameopts: Don't lose the system inipath when looking for hashpath [O. Galibert]
2017-06-30 13:49:01 +02:00
Justin Kerk
ea6babb2b3
New working software list additions
...
-----------------------------------
ibm5150: Battle Chess, Blades of Steel, Castlevania, Earl Weaver Baseball, Hardball 2, John Madden Football, Lakers vs Celtics and the NBA Playoffs [Justin Kerk]
ibm5150: Le Manoir de Mortevielle [breiztiger]
ibm5170: B-17 Flying Fortress, Body Blows, DOS/V (multiple sets) [Justin Kerk]
x68k_flop: Chourensha 68k (v1.00) [Justin Kerk]
New NOT working software list additions
-----------------------------------
ibm5150: Boulder Dash Construction Kit [Justin Kerk]
2017-06-30 02:13:06 -07:00
Patrick Mackinlay
fcdc00ad81
match updated 5390 device
2017-06-30 13:57:05 +07:00
angelosa
9d6c71440d
yg608.cpp: added border color [Angelo Salese]
...
(Yes, it makes the POST screens to be black and not green)
2017-06-30 08:32:36 +02:00
Patrick Mackinlay
613011ba7e
improved initiator transfer information logic
...
* split transfer count/counter
* added rudimentary 53c90a/53c94 support
* reworked initiator transfer information state machine: should now support all scsi phases
* improved handling of dma/non-dma commands
* added an undocumented hack to make InterPro work
2017-06-30 13:24:18 +07:00
Patrick Mackinlay
369ed8ecbb
Merge remote-tracking branch 'upstream/master'
2017-06-30 13:11:40 +07:00
angelosa
dcbf4b91eb
Specification (nw)
2017-06-30 07:56:26 +02:00
angelosa
24ac067271
ygv608.cpp: log mosaic (nw)
2017-06-30 07:56:24 +02:00
angelosa
c3cb63ac92
ygv608.cpp: pattern name table pointer access (nw)
2017-06-30 07:56:23 +02:00
angelosa
da37c10ca3
Silence some ports (nw)
2017-06-30 07:56:21 +02:00
Ivan Vangelista
36201d5ff4
kinst.cpp: updated hardware info [Guru]
2017-06-30 07:15:15 +02:00
Lord-Nightmare
e3c70ce502
dectalk comment consolidation and clarification, and removed speculation (n/w)
2017-06-30 00:22:57 -04:00
Lord-Nightmare
f3108058b1
fix a flag (nw)
2017-06-29 23:51:28 -04:00
Lord-Nightmare
92e38a0e10
dectalk.cpp: nuked anonymous timers, added savestate support [Lord Nightmare]
2017-06-29 23:50:28 -04:00
Lord-Nightmare
2908556376
dectalk.cpp: removed unnecessary driver init and replaced with machine_start [Lord Nightmare]
2017-06-29 23:13:58 -04:00
Ted Green
9018378515
atlantis: Fix compile. (nw)
2017-06-29 19:19:42 -06:00
Brandon Munger
5836d9e48b
r9751: Add initial SMIOC device ( #2423 )
2017-06-30 10:11:21 +10:00
David Haywood
cd1cda097f
identified dipswitches for a number of decocass sets ( #2425 )
2017-06-30 10:10:23 +10:00
Nathan Woods
d7e81e1e57
Fixed sorcerer unmount issue reported by Robert
...
Report from Robert:
Start mame sorcerer, then enter the slots menu, empty the rs232 slot, then choose Reset. It crashes with an access violation.
2017-06-30 10:09:05 +10:00
Ted Green
eb74b1b2a9
atlantis: Use actual M48T37 timekeeper. Minor cleanups. (nw)
2017-06-29 16:55:54 -06:00
Ted Green
de35915a3f
voodoo: Fixup logging and implement actual vRetrace and hvRetrace functions. (nw)
2017-06-29 16:55:54 -06:00
Ted Green
cd62c8efd1
Save states supports static vectors natively. Who knew? (nw)
2017-06-29 16:55:54 -06:00
Ted Green
fce11d6708
midwayic: Added auxillary output callback. (nw)
2017-06-29 16:55:54 -06:00
briantro
7fb7a30171
cvs.cpp: Correct typos (nw)
2017-06-29 17:01:50 -05:00
Lord-Nightmare
b2998111f4
missed a piece of incorrect info (nw)
2017-06-29 15:28:26 -04:00