Commit Graph

61523 Commits

Author SHA1 Message Date
Vas Crabb
b144e84d22 releases _must_ be srccleaned (nw) 2018-09-25 16:22:34 +10:00
DavidHaywood
d6d7814b04 added crude lamp layout to "Video 21" so that it is actually worthy of the 'Working' tag
(game doesn't really let you know what to do, it's still vague without a 'deal' lamp, but at least somewhat playable now and I suspect this is how the machine was)
2018-09-24 15:14:23 -04:00
AJR
70697c12a8 Fix debugger memory view editing for address-shifted spaces 2018-09-24 15:14:16 -04:00
Vas Crabb
250c06a4d7 srcclean (nw) 2018-09-23 12:22:35 +10:00
hap
cb6194cac0 namcoio_gearbox: update notes (nw) 2018-09-23 02:25:06 +02:00
smf-
f604bed068 space, space, space, space, space, space, space, space, mem_mask (nw) 2018-09-23 00:56:29 +01:00
Robbbert
3af1087df9 (nw) rc702: create palette in the proper way 2018-09-23 08:15:19 +10:00
smf-
0d7efee369 vgmplay: added sample player support for SN76496, YM2203 & C6280 [smf] 2018-09-22 21:39:26 +01:00
braintro
5192247327 suprnova.cpp: Document undumped sound sample for Gals Panic 4 (nw) 2018-09-22 14:39:25 -05:00
mooglyguy
27ee4f3915 -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buffer, S4-cache, and S4-MMU, will eventually be split. [Ryan Holtz]
-sun4: Significant optimization, from 150% -> 330% unthrottled on an i7-5930K. [Ryan Holtz]
2018-09-22 19:41:10 +02:00
Ivan Vangelista
fb5818cc7e video21.cpp: some dips identified (nw) 2018-09-22 17:45:50 +02:00
Ivan Vangelista
ee8a27414f new working clone
-------------------------------
Star Castle (cocktail) [Brent Walker]
2018-09-22 16:20:03 +02:00
Nigel Barnes
e2a2e7b839 iq151: Removed machine().device from slot devices (nw) 2018-09-22 14:43:26 +01:00
Nigel Barnes
920a930b14 bbc_ams3_device: Use C escape sequence (nw) 2018-09-22 14:43:26 +01:00
Nigel Barnes
bd1fc3d9dc spectrum: Removed machine().device from expansion devices (nw) 2018-09-22 14:43:26 +01:00
Ivan Vangelista
63f29019c4 new working clone
----------------------------
Vendetta (World, 4 Players, ver. ?) [Jorge Silva]
2018-09-22 12:37:07 +02:00
Robbbert
c916b493ca (nw) emma2 : correction to notes. 2018-09-22 19:57:20 +10:00
Ivan Vangelista
50deeb271f suprnova.cpp: flagged wrong game. Thanks MASH! (nw) 2018-09-22 11:11:50 +02:00
Ivan Vangelista
b5c265f18c suprnova.cpp: verified plds' dumps [caius]
alos marked the game as no sound, until the correct sound ROM is available (nw)
2018-09-22 09:13:56 +02:00
Robbbert
17a348ea91 Merge branch 'master' of https://github.com/mamedev/mame 2018-09-22 13:50:01 +10:00
Robbbert
a5be37c11c (nw) Housekeeping 2018-09-22 13:49:11 +10:00
AJR
67be1f68d5 hazl1420: Looks like only the external program ROMs are important (nw) 2018-09-21 23:41:55 -04:00
AJR
79886fd31d hazl1420: DIP switch definitions (nw) 2018-09-21 17:14:56 -04:00
hap
5deb24851a namcos22: fix ss22 text layer alpha blending (eg. alpinerd highscore table, airco22b radar). Added limits to airco22b analog controls, also let's just mark the game as working (nw) 2018-09-21 23:08:10 +02:00
AJR
3ec308871d wildfang, stratof: Revert type of still-undumped MCU; add comments (nw)
lee1214.cpp: Minor note (nw)

tv912.cpp: Minor code style tweak (nw)
2018-09-21 16:28:22 -04:00
AJR
bc1a9310c2 Fix clang build by removing now-unused definitions (nw) 2018-09-21 15:33:44 -04:00
David Haywood
ccded2bf8b Namco System 21 and other related refactors (#4013)
* namco checkpoint (including cam900 submission)

* move code into device (nw)

* start splitting DSP support code into devices (nw)

* fix crash (nw)

* prepare for further splitting (nw)

* move code for C67 based DSP PCB into it's own device (nw)

* survive F3 resets without crashing or breaking the 3D (nw)

* less magic numbers (nw)

* optional -> required
don't use fake bootstrap on older type, suspend CPU instead

* restore CPU yield hack for solvalou (nw)

* (nw)

* give galaxian3 some DSPs (nw)

* address hap's concern with a different workaround since MAME is awkward (nw)

* split namco21 driver into 3 drivers as the different configurations really are entirely different boardsets with similar components, not a real 'system'
emulated entire PCB set for driveyes ( http://www.tvspels-nostalgi.com/Bilder/PCB/Namco/driverseye_cage_inside.jpg ) although how the PCBs communicate is not yet known (C139 maybe, which might also be an MCU)

* remove empty file (nw)

* actually thinking about it, this is cleaner (nw)

* mark cybsledj as World instead, there's nothing about this set other than the CY1 code to indicate that it's a Japanese set, and I don't think the Namco codes represent region, just release order.

* newline (nw)

* newline (nw)
2018-09-21 15:01:12 -04:00
Lord-Nightmare
14a94c1c90 Verified the dump of 5000026.u18 on the very earliest (prototype?) IBM 5160 XT BIOS revision. [MicroCoreLabs] 2018-09-21 14:34:05 -04:00
Vas Crabb
08a9b54d93 (nw) narrowing warning in clang 2018-09-22 03:26:52 +10:00
Ryan Holtz
45c4749b25 -sun4, sparc: Optimized the SPARC core and the sun4 driver. [Ryan Holtz] 2018-09-21 18:24:35 +02:00
Ivan Vangelista
99936288c4 new working clone
-----------------------------
Gals Panic 4 (Europe) [nomax, The Dumping Union]
2018-09-21 18:20:00 +02:00
AJR
fb0d3803aa esprit.cpp: Updates (nw)
- Derive clocks from actual XTALs
- Raw screen parameters
- Character width is 9, not 8
- Separate configurations (different enough now)
- Remove MCFG configuration macros
- Add and map various devices, particularly for esprit3
- Note undumped (though probably unused) R6531 mask ROM
2018-09-21 11:44:19 -04:00
AJR
c8e840105b lee1214: Interrupted (nw) 2018-09-21 01:21:13 -04:00
AJR
d1f9c79de8 New machines marked as NOT_WORKING
----------------------------------
Lee Data 1214D Display Terminal [Al Kossow]
2018-09-21 00:41:44 -04:00
AJR
73d922ac8e New clones marked as NOT_WORKING
--------------------------------
Hazeltine 1552 [Al Kossow]
2018-09-20 23:57:04 -04:00
AJR
60be054a47 New machines marked as NOT_WORKING
----------------------------------
Hazeltine 1420 Video Display Terminal
2018-09-20 23:38:28 -04:00
ajrhacker
30d30997fe
Merge pull request #4014 from f205v/patch-6
correct name for f1superb
2018-09-20 17:02:11 -04:00
f205v
7acd63b89a
correct name for f1superb
The correct name for f1superb is "F-1 Super Battle" according to manual and to game title screen.
2018-09-20 22:00:50 +02:00
AJR
aacde453ed facit4440: Preliminary character display (nw) 2018-09-20 15:50:03 -04:00
smf-
ee4b6da096 vgmplay: fixed off by one error that caused a bogus error to be flagged up [smf] 2018-09-20 18:23:06 +01:00
AJR
47ed7d9b13 Eliminate register_postload from various Konami/Namco/Taito video devices (nw) 2018-09-20 13:21:37 -04:00
AJR
dbef8cada7 ims_cvc.cpp: Logical addition to silence "unused variable" warning (nw) 2018-09-20 13:20:28 -04:00
AJR
58f7647fe6 Fix clang build (nw) 2018-09-20 12:51:06 -04:00
Robbbert
71b93f58b5 (nw) Housekeeping 2018-09-21 01:55:49 +10:00
Robbbert
0060d73a2a New WORKING machine [Robbbert]
- Emma II trainer
2018-09-21 01:54:05 +10:00
cam900
1fc0d683d8 neogeo.cpp, neopcb.cpp : Eliminate register_postload, Cleanup naming (#4011)
neogeo.cpp : Remove some MCFGs
neogeocd.cpp : Cleanup regions/naming
neogeo_spr.cpp : Fix crash when fix bios is not exists
2018-09-20 11:44:35 -04:00
smf-
3035c29985 PSX: implemented GPU STP draw and checking, which is used on Aquarush for water effects. [smf] 2018-09-20 14:18:32 +01:00
hap
7396134c94 change var const style back to how it was where 2993e850bb affects my own source code (nw) 2018-09-20 14:17:27 +02:00
Patrick Mackinlay
895ffe0763 jazz: new skeleton driver (nw)
A skeleton for the Microsoft Jazz architecture, which was implemented in the MIPS Magnum 4000, Olivetti M700-10 and was the base/origin of several other MIPS ARC systems.
* added skeleton Inmos G300/G332/G364 device
* added skeleton NatSemi DP83932C SONIC device
* added skeleton MCT-ADR device
2018-09-20 18:08:59 +07:00
Robert
234a776832
Merge pull request #3873 from FakeShemp/c64
c64_flop.xml - Add a few new dumps
2018-09-20 19:28:44 +10:00