Commit Graph

52481 Commits

Author SHA1 Message Date
briantro
045bac8718 crystal.cpp: Minor correction to P's Attack edge connector (nw) 2017-07-05 11:53:16 -05:00
briantro
19c1b7faed retofinv.cpp: Minor correction (nw) 2017-07-05 11:44:16 -05:00
briantro
f48f32941c retofinv.cpp: Forgot one (nw) 2017-07-05 11:41:49 -05:00
briantro
18d9109e2a retofinv.cpp: Add dipswitch locations and document edge connectors [Brian Troha] 2017-07-05 11:39:19 -05:00
R. Belmont
2924e3c174 Merge pull request #2442 from OzFalcon/patch-1
Include -output option in documentation
2017-07-05 07:49:22 -04:00
Michael.S.G
02cfda6957 Include -output option in documentation
Include -output and it's available options in documentation.
2017-07-05 21:38:39 +10:00
Lord-Nightmare
4e15e3b28d forgot this (nw) 2017-07-05 04:51:46 -04:00
Lord-Nightmare
f6456fa0eb retofinv.cpp: Added original Taito 68705 MCU dump, and moved bootleg 68705 MCU to its own new set. Renamed sets to make it more obvious which are bootlegs. Verified XTAL, dividers, and SN76489A type from pcb pictures. Added missing original Taito CLUT PROMs and fixed video/retofinv.cpp to be able to use those or the single bootleg CLUT prom. [Corrado Tomaselli, Lord Nightmare, brizzo] 2017-07-05 04:31:06 -04:00
hap
d131f46b2f sm510: small update to mw56 svg (nw) 2017-07-05 01:42:15 +02:00
smf-
5b1e228082 fix clang build (nw) 2017-07-04 23:15:32 +01:00
R. Belmont
1bcb694f8d Merge pull request #2439 from inflatador/patch-1
Updated Fedora instructions
2017-07-04 15:00:14 -04:00
arbee
3ac9c56e65 remove unnecessary verbosity (nw) 2017-07-04 14:50:57 -04:00
arbee
8a494cbeac output: Fleshed out network output provider so it has the same capability as legacy Win32.
Clients:
- Connect to TCP port 8000
- Messages will be of the form "verb = value\1"; if your client is busy when MAME is spamming, you may get multiple messages glued together by \1 separators.  (\1 was chosen because it's neutral on Win32/Mac/Linux).
- You will get a "hello = 1" message upon connection to MAME, and a "mamerun = 0" message when MAME shuts down.
- You may send "send_id = n" to MAME to get IDs where n=0 means ROM set name of current game, 1-? = output node names
  - MAME will reply "req_id = string\1"; this is currently the only case where a string will be returned instead of an integer value.
- A working example POSIX client will be released soon.
2017-07-04 14:42:32 -04:00
Lord-Nightmare
d9530078dd segas16b.cpp: Replace goldnaxe2 317-0122 i8751 bad dump with working redump from undamaged chip. Remove MCU HLE code. [anonymous, digshadow] 2017-07-04 14:37:27 -04:00
Ivan Vangelista
b62aa7b1b7 stlforce.cpp: switched to oki map instead of ROM_COPY (nw) 2017-07-04 19:15:53 +02:00
Ivan Vangelista
a028481d1c removed some redundant flags: MACHINE_IS_SKELETON = MACHINE_NOT_WORKING | MACHINE_NO_SOUND (nw) 2017-07-04 19:15:06 +02:00
Brian King
834da5a8c1 Updated Fedora instructions
DNF is now preferred package manager. alsa-lib-devel is also required (not mentioned in the current docs)
2017-07-04 12:00:51 -05:00
R. Belmont
35257bc009 Merge pull request #2438 from DavidHaywood/040717
actually after all that the CPU is a duplicate of another one, just with a different number (nw)
2017-07-04 12:34:53 -04:00
David Haywood
2ff9ca0437 actually after all that the CPU is a duplicate of another one, just with a different number (nw) 2017-07-04 17:26:10 +01:00
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