Commit Graph

37917 Commits

Author SHA1 Message Date
Ville Linde
5b0ef5e1b4 konendev: enchlamp goes ingame (nw) 2015-09-04 21:27:35 +03:00
David Haywood
5370f782fb experimental gprider stuff
apparently gprider uses a setup similar to f1 exhaust note etc. where the game uses a dual PCB stack and bridge board providing a direct connection containing shared RAM rather than a network connection.

in order to facilitate this we need both PCB stacks running, so as per a request from SailorSat I've made this possible, and added a set 'gpridert' which uses this configuration.  Unfortunately, for reasons unknown to me, the communication still breaks down (it was thought that this could have been caused by the hacks needed if running multiple instances of MAME with shared RAM as a file instead, but apparently not)

as this is something of a failed experiment I'm submitting it for SailorSat to take a look at, might revert it before the next release however, although once we do have full dumps of some of the Sega gambling / redemption games we'll need the various board types as devices anyway as those games mix multiple types of boards for the different screens.
2015-09-04 15:08:21 +01:00
David Haywood
ef79d0de8c make a couple of things more friendly to multiple instances (nw) 2015-09-04 14:57:36 +01:00
briantro
d27253ff20 konamigx.c: Document the release dates of Soccer Superstars - NW 2015-09-03 21:25:22 -05:00
David Haywood
fd7218cdca fix MT06024 (hvymetal not working)
palette ram writes were no longer actually being stored in RAM for games with the lookup PROM.
2015-09-03 15:12:36 +01:00
David Haywood
771ed1954d soccerss needs this hack enabled too to draw full text tilemaps, probably got turned off during a refactor wile the game was broken (nw) 2015-09-03 14:39:28 +01:00
David Haywood
2a46f2a791 rework Konami GX startup hack and apply to other games that need it (nw) 2015-09-03 14:24:11 +01:00
Andrew Gardner
8a0adc57d3 midzeus is now using the polynew rasterizing architecture. (nw) 2015-09-03 10:34:30 +02:00
briantro
b221e3427c deco146.c: Minor doc update - NW 2015-09-02 22:18:40 -05:00
briantro
275aacbe98 jaguar.c: Minor doc update - NW 2015-09-02 22:16:57 -05:00
briantro
5d825ae4c6 deco156.c: Minor doc update - NW 2015-09-02 22:08:58 -05:00
briantro
395df9a0cb new Soccer Superstars clone
New Clone Added
--------------------------------------------
Soccer Superstars (ver UAC) [Smitdogg, The Dumping Union]


NOTE: These sets don't properly check the mask roms and aren't playable any more.  Recent regression?
2015-09-02 21:59:30 -05:00
R. Belmont
eb4348b5d8 Merge pull request #302 from JoakimLarsson/mz8105_1
New VME board: Mizar 8105
2015-09-02 21:25:45 -04:00
Joakim Larsson Edström
7d43a97f12 New VME board: Mizar 8105, 68000@10Mhz with support for a 16Kb OS9 bootstrap
- Terminal interface hooked up to a UPD7201 that the board expects on the VME bus
2015-09-02 23:30:15 +02:00
Justin Kerk
988ec56c7b Hopefully fix build (nw) 2015-09-02 13:56:42 -07:00
Justin Kerk
c573df73ec Fix Emscripten compile with GoogleTest (nw)
See https://github.com/kripken/emscripten/issues/3484
2015-09-02 13:03:26 -07:00
Luca Elia
6a917fad36 fix shockingko rom loading (nw) 2015-09-02 19:43:28 +02:00
Andrew Gardner
78f95dc1d0 Updated model2 to new polygon rasterizer interface. (nw)
I *almost* was able to do this as cleanly as I would have liked.  There remains
a switch statement on line 824 in video/model2.c that I would have liked to get
rid of, but I have yet to figure out a way to pass model2_renderer's member
variable m_renderfuncs[renderer] to the FUNC macro (living inside a
render_delegate constructor) successfully.

Of course, it could be done in an entirely different manner, but that can wait
for the great Model2 rewrite of 20XX :-).
2015-09-02 17:59:16 +02:00
Andrew Gardner
6e072a1092 Removed an unnecessary display buffer added when doing a polygon rasterizer
update on midzeus2. (nw)
2015-09-02 17:45:14 +02:00
Andrew Gardner
85186c29ba Renamed "polyNew" to "poly" in midzeus2. (nw) 2015-09-02 14:47:56 +02:00
Andrew Gardner
52c2ab0239 Moved midzeus2 over to "polynew". (nw) 2015-09-02 14:00:41 +02:00
Miodrag Milanovic
70bddf12f5 Added GoogleTest and convert tests to us it (nw) 2015-09-02 13:50:20 +02:00
Andrew Gardner
a7943aa92f Clean up copyrights on things I shouldn't be listed in. (nw)
Also isolated Andrew Zaferakis' copyright to hng64_3d.c since that's where his
~700 lines of code lives. (nw)

Finally, touched up some spacing in drivers/Model2.c - converting this one
to polynew will be a little more involved and will be done on a later date. (nw)
2015-09-02 11:11:31 +02:00
Andrew Gardner
7e06343cfb A shot in the dark at fixing the clang error reported by travis (nw). 2015-09-02 09:44:51 +02:00
briantro
a47826216a quantum.c: Use actual dump from the 82S153 device - NW 2015-09-01 16:40:49 -05:00
Andrew Gardner
ab4ff59f2e Converts namcos23 to "polynew" (nw) 2015-09-01 17:11:31 +02:00
Andrew Gardner
eba313a1f2 Convert galastrm driver to render with the newer polygon interface instead of
the legacy one.  (nw)

This seems to work, and seems to adhere to the style of other "polynew" uses.
If anyone sees anything totally wrong, let me know, because I will be slowly
moving other drivers to "polynew" in the future.
2015-09-01 14:27:30 +02:00
Miodrag Milanović
c4a6be0016 Merge pull request #301 from shattered/_2a0b92b
pc_kbd/iskr1030: WIP snapshot
2015-09-01 09:04:25 +02:00
Sergey Svishchev
4ac16414b6 pc_kbd/iskr1030: WIP snapshot 2015-09-01 09:26:12 +03:00
Miodrag Milanović
dbdb2834b2 Merge pull request #300 from shattered/_52f92cf
asst128: use better ROM dumps	[shattered]
2015-09-01 08:03:56 +02:00
briantro
6776233f6a quantum.c: Doc update - NW
Add note about AVG prom assumed to be the same, remove BAD_DUMP
Add note about PLD, was a 82N153, but equations are for GAL16V8 replacement
2015-08-31 22:41:40 -05:00
briantro
77243d6137 cps1.c: Replace other hand crafted PAL with correct dump - NW 2015-08-31 22:15:29 -05:00
briantro
326ce7eb05 deco32.c: Minor doc correction - NW 2015-08-31 22:13:45 -05:00
Vas Crabb
53f301561e Add additional Korean version of Shocking from Nomax/Arcade Belgium
Game runs but some tilemaps are "scrambled" for lack of a better description.
The correct tiles appear but in the wrong places.  Possibly some
unemulated register/bits.  Doubt I'll have time to track down what's
going on, so anyone interested can have a crack at it.

New games marked as GAME_NOT_WORKING
------------------------------------
Shocking (Korea, set 2) - Dump by Nomax [Arcade Belgium]
2015-09-01 08:54:13 +10:00
briantro
f9d6bcb690 deco32.c: Fix Cut-N-Paste issue - NW 2015-08-31 16:12:22 -05:00
briantro
bdf38d1f86 deco32.c: Add PCB layout for Night Slashers DE-0395-1 2015-08-31 16:05:18 -05:00
briantro
ca8e221153 deco16ic.c: Minor doc update for Night Slashers DE-0395-1 PCB - NW 2015-08-31 15:22:59 -05:00
briantro
c22793ef94 deco32.c: Added some missing PAL dumps [Caius, WWW.JAMMARCADE.NET] 2015-08-31 14:42:54 -05:00
briantro
0373f8834c Added correct dump of VA63B.1A [Caius, The Dumping Union] 2015-08-31 13:30:27 -05:00
Sergey Svishchev
a602baabd8 asst128: use better ROM dumps 2015-08-31 21:17:40 +03:00
Andrew Gardner
9f23270e5d Removed final (?) references to "Poly New", fixing two header guards and a
couple of comments. (nw)
2015-08-31 13:20:52 +02:00
Lord-Nightmare
7f37824e46 remove outdated comments, and other comment updates to tms5220 (nw) 2015-08-30 16:38:16 -04:00
Lord-Nightmare
fbacff0ace TMS5110: Add same FAST_START_HACK as in tms5220, makes snmath word delay closer to hardware. [Lord Nightmare] 2015-08-30 16:36:38 -04:00
Miodrag Milanovic
1a197f1856 fixed logging (nw) 2015-08-30 14:44:07 +02:00
Miodrag Milanovic
ab8f969618 fixed compile (nw) 2015-08-30 14:41:11 +02:00
Miodrag Milanović
35ab28d865 Merge pull request #297 from shattered/_9fcddd8
Add skeleton support for K1801VM2 (as clone of T11) and skeleton driver dvk_kcgd that uses it [shattered]
2015-08-30 14:35:45 +02:00
Sergey Svishchev
28287d2970 New skeleton: dvk_kcgd (colour graphics display controller for DVK series) 2015-08-30 15:06:06 +03:00
Sergey Svishchev
ae053d119a Add skeleton support for K1801VM2 (as clone of T11), change relevant drivers to use it. 2015-08-30 15:06:06 +03:00
Miodrag Milanović
3c44b77052 Merge pull request #295 from shattered/_c60338d
at, at_keybc: hook up Display Switch and remove irrelevant DSW0 [shattered]
2015-08-30 11:43:24 +02:00
Miodrag Milanović
e4b371385c Merge pull request #294 from shattered/_276b447
besta: hook up 68230 and make its ROM self-test pass [shattered]
2015-08-30 11:43:00 +02:00