Commit Graph

57313 Commits

Author SHA1 Message Date
Lord-Nightmare
34c564725d new working machine - Gigas Mark II (MC-8123 317-5002)
New Working Machine
---------------------------------------------------------------
Gigas Mark II (MC-8123 317-5002) [frsj8112]
2018-02-19 20:06:15 -05:00
angelosa
a292886d4d model2.cpp: minor (nw) 2018-02-20 00:32:54 +01:00
angelosa
604c188ec6 model2.cpp: reversed definition (nw) 2018-02-20 00:32:52 +01:00
angelosa
1e4626c244 model2.cpp: fix ROM loading regressions (nw) 2018-02-20 00:32:49 +01:00
angelosa
826069c78d model2.cpp: mask polygon_rom / texture_rom checks towards bounds (nw) 2018-02-20 00:32:47 +01:00
angelosa
a649377289 model2.cpp: hookup polygon count (nw) 2018-02-20 00:32:43 +01:00
angelosa
c65b903ed2 Some reverts of stuff proven wrong ... 2018-02-20 00:32:40 +01:00
angelosa
b85cedc718 model2.cpp: added 30 Hz renderer mode, fixes Virtua Striker timings [Angelo Salese] 2018-02-20 00:32:37 +01:00
cracyc
2e069bba3a New not working
-----------------
Panafacom Duet-16 [rfka01, Carl]
2018-02-19 17:23:41 -06:00
David Haywood
ebbb4d5fc8 xavix - did a little work to push rad_box to run the game, which shou… (#3244)
* xavix - did a little work to push rad_box to run the game, which should hopefully allow me to figure out some more video regs etc. as it uses them in a different way again

(also some misc documentation changes to other files)

* formatting (nw)
2018-02-19 16:27:25 -05:00
Vas Crabb
18f8fd523c even more cleanup and encapsulation (nw) 2018-02-20 05:26:25 +11:00
Ivan Vangelista
74365c6033 midvunit.cpp: Cruis'n USA documentation updates
* label for PAL2 [Guru]
* verified pal dumps as bad [caius]
2018-02-19 18:26:59 +01:00
Ivan Vangelista
16aa842e63 raiden.cpp: corrected xtal / clocks for raidenb set [Corrado Tomaselli, The Dumping Union] 2018-02-19 18:25:29 +01:00
ajrhacker
8fb07a0762
Merge pull request #3243 from incog/master
new NOT WORKING system: Wireless [BeckyRGB]
2018-02-19 11:08:35 -05:00
cam900
3d8a42a6d6 ymz280b : Add device_rom_interface instead external memory handlers (#3242)
* ymz280b : Add device_rom_interface instead external memory handlers
firebeat.cpp : Minor cleanups, Split main CPU memory maps related for number of allocated gcu chips in PCB

* ymz280b : Fix compile
2018-02-19 11:04:29 -05:00
incog
1aa4f9d4b6 new NOT WORKING system: Wireless [BeckyRGB] 2018-02-19 16:03:53 +00:00
Olivier Galibert
e0ff7f905d Nuon fixes (nw) 2018-02-19 11:14:13 +01:00
Vas Crabb
8b1bc128e5 backport lots of cleanup from WIP branch (nw) 2018-02-19 20:34:33 +11:00
Olivier Galibert
1d31c19472 More nuon (nw) 2018-02-19 10:33:51 +01:00
Olivier Galibert
7220b3a19d More nuon (nw) 2018-02-19 08:18:47 +01:00
AJR
35d46f44df taito_en.cpp: Regression fix (nw) 2018-02-18 23:08:00 -05:00
ajrhacker
371b7d48be
Merge pull request #3237 from ajrhacker/rstbuf
Create RST interrupt buffer device
2018-02-18 21:36:21 -05:00
Lord-Nightmare
bf90bb676d vt100.cpp - Redumped bad ROM from vt100ac [Al Kossow] 2018-02-18 21:33:56 -05:00
AJR
5db1c2fc0b msm6242: Deassert interrupt output when the IRQ flag is cleared 2018-02-18 21:20:32 -05:00
AJR
ad8165d99c ym2203: Handle interrupt output as instant timer to prevent synchronization glitches 2018-02-18 20:59:16 -05:00
AJR
1a157c0600 Create RST interrupt buffer device 2018-02-18 20:59:06 -05:00
angelosa
d5b6deeca2 Actual explaination about this (nw) 2018-02-19 00:35:09 +01:00
angelosa
079bc478a3 model2.cpp: Testing sRGB color space (nw) 2018-02-19 00:26:23 +01:00
AJR
49ee5197ff crgolf: Soundlatch modernization (nw) 2018-02-18 17:44:39 -05:00
Olivier Galibert
109e2dadb8 NUON disassembler [O. Galibert] 2018-02-18 22:56:53 +01:00
Olivier Galibert
44c23e73ef Never merge a patch from cam900 before trying a compile, because he
clealry doesn't.

Revert "neogeo : Updates (#3235)"

This reverts commit 1ae84219fc.
2018-02-18 22:56:00 +01:00
R. Belmont
098662e1ba
Merge pull request #3238 from DavidHaywood/180218
XaviX - allow test mode to be visible in Monster Truck
2018-02-18 15:44:04 -05:00
David Haywood
89a59b13ed XaviX - allow test mode to be visible in Monster Truck 2018-02-18 20:40:35 +00:00
jlachniet
c4af043a87 Better naming conventions for ti85 drivers based on boot codes. (#3231)
* Update ti85.cpp to include better Boot Code organization

Different boot codes should really be their own devices, so I'm labelling them as such. I will add dumps for other boots codes soon.

* Update mame.lst to match ti85.cpp
2018-02-18 14:53:16 -05:00
cam900
543828eac2 warriorb : Soundchip Type identified (#3230)
ninjaw, warriorb : Cleanup duplicates
Demote Darius 2, Ninja Warriors with MACHINE_IMPERFECT_SOUND, because SSG Output isn't accurate
2018-02-18 14:48:48 -05:00
cam900
1ae84219fc neogeo : Updates (#3235)
* neogeo : Add input_merger for audio CPU NMI controls, Cleanup audio bankswitch(Make audiocrypt_region doesn't need), Convert cartridge_rams to std::unique_ptr, Some cleanups

* Minor cleanup, Build fixes

* neogeo : Minor cleanups
2018-02-18 14:48:14 -05:00
ajrhacker
53d410c0da
Merge pull request #3232 from tlindner/coco_expansion_serial
Attached ports to the two Color Computer serial cards.
2018-02-18 14:05:37 -05:00
ajrhacker
4a357ff09d
Merge pull request #3236 from tlindner/dragon_gets_coco_carts
Added some compatiable CoCo cartridges to the Dargon driver.
2018-02-18 14:03:39 -05:00
tim lindner
586cc5b643 Added some compatiable CoCo cartridges to the Dargon driver. 2018-02-18 08:10:20 -08:00
AJR
b88a6b918c ssozumo: Soundlatch modernization (nw) 2018-02-18 11:07:44 -05:00
AJR
f6d153a909 kurukuru.cpp: Soundlatch modernization (nw) 2018-02-18 10:53:59 -05:00
ajrhacker
35feb48d5d
Merge pull request #3234 from rfka01/master
olyboss.cpp: added Boss A 8085 model
2018-02-18 10:10:30 -05:00
AJR
5de50d54b9 Build fixes (nw) 2018-02-18 09:54:34 -05:00
cam900
5d110e6a52 okim9810 : Sampling frequency is actually divider, Change name/Accurate this (#3222)
Add device_clock_changed, Implemented DADR, Serial interface, Add notes
2018-02-18 09:40:20 -05:00
incog
93c238d5ec Mattel HyperScan software list (#3191)
* Mattel HyperScan software list

* hooked up softlist
2018-02-18 09:38:51 -05:00
cam900
1b7a7e5e71 taito_f2.cpp : Fix palette format for games when using 15-bit palette area (#3209) 2018-02-18 09:38:20 -05:00
angelosa
200d4ef2af buster.cpp: some work to make it actually show something [Angelo Salese] 2018-02-18 13:20:03 +01:00
rfka01
3388f396b7 olyboss.cpp: added Boss A 8085 model 2018-02-18 11:50:20 +01:00
AJR
f01c54521a mmpanic, funkyfig: Soundlatch modernization (nw) 2018-02-18 02:48:30 -05:00
tim lindner
ab7f0042e1 Fleshed out Color Computer serial expansion cards to support actual input and output 2018-02-17 21:52:08 -08:00