Commit Graph

52462 Commits

Author SHA1 Message Date
R. Belmont
671fc8e9e9 Merge pull request #2437 from DavidHaywood/040717
decrypted SEGA_315_5133 used by 'seganinja' set, promoted it to working [David Haywood]
2017-07-04 12:18:08 -04:00
R. Belmont
350c6d68a2 Merge pull request #2435 from DavidHaywood/200617
m62 proposed cleanups.
2017-07-04 12:17:09 -04:00
David Haywood
d11e64f001 case (nw) 2017-07-04 17:15:59 +01:00
David Haywood
fb8eac193f decrypted SEGA_315_5133 used by 'seganinja' set, promoted it to working [David Haywood]
it's the exact same code revision as the other sets, just for a different encrypted CPU, so not actually that interesting.
2017-07-04 17:14:16 +01:00
smf-
6951a706ba Revert f8 behaviour, to run until next start of vblank, by re-adding a check that was removed as part of this commit (nw)
SHA-1: 56bd36c5ef
* Major refactoring of debugger core [Ryan Holtz]
* Eliminate globals/file statics
* Remove lots of stuff from global scope
* Use std::function for custom command registration
* Eliminate some trampolines
* Build fixes from Vas Crabb and balr0g
2017-07-04 12:33:43 +01:00
briantro
5362a13d46 megasys1.cpp: Add information regarding R&T (Rod-Land Prototype) [Ryou] 2017-07-04 01:58:33 -05:00
Patrick Mackinlay
2609d199c8 interpro: scsi is working [P. Mackinlay]
* reworked dma, added eth regs
* passing all iogadiag tests if bus error hack is enabled
* improved 5390 device, removed legacy scsi stuff
2017-07-04 08:49:09 +02:00
smf-
b5893ed3f0 remove bom (nw) 2017-07-04 07:23:34 +01:00
briantro
ff9dd786eb crystal.cpp: Correct pinout for gun connector & change JAMMA to 56PIN connector (nw) 2017-07-04 00:06:02 -05:00
briantro
ffa003cec0 crystal.cpp: Document P's Attack edge connector pinout which is non JAMMA (nw) 2017-07-03 23:28:43 -05:00
AJR
12fc26b0ce What the heck? (nw) 2017-07-03 23:01:14 -04:00
R. Belmont
6144bb7b93 Merge pull request #2431 from shattered/_ac3934a
sun1: replace console hack with upd7201 device
2017-07-03 20:24:51 -04:00
hap
e85ef26aaf hh_sm510: improved gnw_jr55 LCD segments [hap, JonasP] 2017-07-04 00:02:33 +02:00
arbee
b35e4b9220 shootaw2: added dumped EEPROM image [Smitdogg, The Dumping Union] 2017-07-03 16:46:07 -04:00
hap
3805022ad9 hh_sm510: improved gnw_mw56 SVG screen and added background graphics [hap, ChoccyHobNob, Tanukichi] 2017-07-03 22:30:08 +02:00
Olivier Galibert
92ef0f292c Initialization ordering fixes (nw) 2017-07-03 22:22:22 +02:00
yz70s
435fee169a isa.cpp: add unmap_device method and in install16_device use io space width (nw) 2017-07-03 21:06:22 +02:00
yz70s
734951de8a southbridge.cpp: split the single rw handler to io ports 60 and 61 into two separate handlers one for each port (nw)
To support systems in the future where the southbridge does not contain a keyboard controller.
2017-07-03 21:03:59 +02:00
David Haywood
17871880c3 m62 proposed cleanups.
I've split the massive PROM blocks up into something more modern looking (the single PROM region with all PROMs crammed into it is an old MAME thing from when only one PROM region was allowed)  I've also made use of multipe palettes and gfxdecode structures (required using rgb32 to draw to)

As the boards are quite modular this seems to make sense to me, the palette for the sprites and the sprite decode + sprite palette decode is the same across all games while the rest of the hardware changes a bit.  This should allow us to step closer to converting the various boards into devices and piecing them together more logically.
2017-07-03 19:39:34 +01:00
Phil Bennett
0fa0fae6f8 New machines marked as NOT_WORKING
----------------------------------

Super Derby II [Phil Bennett, Hammy]

-sg1000a.cpp: Renamed sderby2 to sderby2s [Phil Bennett]
2017-07-03 10:57:49 -07:00
Peter Ferrie
2c92035839 satops.hxx: stricter bounds checking [nw] 2017-07-03 10:39:45 -07:00
Ivan Vangelista
0d6e3703a1 kinst.cpp: added AnyIDE roms, switched to bios system (nw) 2017-07-03 19:01:28 +02:00
Ivan Vangelista
54b805b89d snk6502.cpp: made fantasy's US set the parent for consistency, since up until now the parent was the German version (nw) 2017-07-03 18:54:43 +02:00
Ivan Vangelista
d1e9e2010a new not working machine
----------------------------------
MAC Jungle [PinMAME]
2017-07-03 18:52:21 +02:00
AJR
91259c7d1d C++14 constexpr doesn't cooperate with universal references (nw) 2017-07-03 10:01:06 -04:00
Olivier Galibert
4ea3dde4f3 Misc fixes (nw) 2017-07-03 15:21:44 +02:00
smf-
6fa20b54da follow up to "Rename AS_DECRYPTED_OPCODES to AS_OPCODES" (nw) 2017-07-03 14:00:51 +01:00
hap
8976468a5c Merge pull request #2434 from DavidHaywood/200617
fix 06613, game sets rowscroll to be bigger than assumed size of tilemap
2017-07-03 14:23:58 +02:00
David Haywood
b77eefdd01 fix 06613, game sets rowscroll to be bigger than assumed size of tilemap 2017-07-03 12:28:46 +01:00
Olivier Galibert
cbbbd07484 dimemory: Lift the cap on the number of address spaces per device [O. Galibert] 2017-07-03 08:03:57 +02:00
Olivier Galibert
cb1930f6e6 Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] 2017-07-03 08:03:57 +02:00
Justin Kerk
5945fba012 typo (nw) 2017-07-02 22:29:45 -07:00
Justin Kerk
a03270ffc7 New working software list additions
-----------------------------------
ibm5150: The Cycles, Double Dribble, Future Wars, Gamer's Edge Sampler, Heroes of the Lance, Links - The Challenge of Golf, Mean Streets, Monopoly, Monty Python's Flying Circus, Ninja Gaiden II, Nova 9, Over the Net, Pharaoh's Pursuit, Secret of the Silver Blades, Speedball II, Street Fighting Man, Super C, Superstar Ice Hockey, Superstar Indoor Soccer, Superstar Indoor Sports, Superstar Outdoor Soccer, Top 10 Solid Gold Volume II, Wings of Fury, Zool [Justin Kerk]
ibm5170: Corncob Deluxe, Dune, Global Conquest, King's Quest V, Lightspeed, MS-DOS (Version 6.22, Brazilian Portuguese), Star Trek - 25th Anniversary [Justin Kerk]
2017-07-02 16:33:09 -07:00
Phil Bennett
c95f7878e6 Improve the speed of romident by dynamically allocating some large device member arrays at device_start time instead [Phil Bennett] 2017-07-02 15:57:29 -07:00
MetalliC
b6553ce020 naomi.cpp: add multi-region BIOS hacks (nw) 2017-07-02 20:17:49 +03:00
MetalliC
97618377eb new NOT_WORKING clone
---------------------
Virtua Striker 4 Ver.2006 (Japan) (Rev B) (GDT-0020B) [rtw]
2017-07-02 19:11:52 +03:00
Sergey Svishchev
5501742a43 sun1: replace console hack with upd7201 device 2017-07-02 17:03:17 +03:00
AJR
54763b6e0f Oops, wasn't supposed to commit this hack (nw) 2017-07-02 08:52:17 -04:00
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