summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | new working machine - Gigas Mark II (MC-8123 317-5002) Lord-Nightmare2018-02-192-10/+45
| | | | | | | | | | | | | | | | | | New Working Machine --------------------------------------------------------------- Gigas Mark II (MC-8123 317-5002) [frsj8112]
* | | model2.cpp: minor (nw) angelosa2018-02-201-1/+1
| | |
* | | model2.cpp: reversed definition (nw) angelosa2018-02-201-4/+4
| | |
* | | model2.cpp: fix ROM loading regressions (nw) angelosa2018-02-201-12/+11
| | |
* | | model2.cpp: mask polygon_rom / texture_rom checks towards bounds (nw) angelosa2018-02-203-20/+24
| | |
* | | model2.cpp: hookup polygon count (nw) angelosa2018-02-202-8/+10
| | |
* | | Some reverts of stuff proven wrong ... angelosa2018-02-202-4/+5
| | |
* | | model2.cpp: added 30 Hz renderer mode, fixes Virtua Striker timings [Angelo ↵ angelosa2018-02-202-2/+16
| | | | | | | | | | | | Salese]
* | | New not working cracyc2018-02-194-0/+111
| | | | | | | | | | | | | | | ----------------- Panafacom Duet-16 [rfka01, Carl]
* | | xavix - did a little work to push rad_box to run the game, which shou… (#3244) David Haywood2018-02-193-35/+93
| | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | | even more cleanup and encapsulation (nw) Vas Crabb2018-02-2026-1090/+1183
| | |
* | | midvunit.cpp: Cruis'n USA documentation updates Ivan Vangelista2018-02-191-7/+8
| | | | | | | | | | | | | | | * label for PAL2 [Guru] * verified pal dumps as bad [caius]
* | | raiden.cpp: corrected xtal / clocks for raidenb set [Corrado Tomaselli, The ↵ Ivan Vangelista2018-02-191-0/+4
| | | | | | | | | | | | Dumping Union]
* | | Merge pull request #3243 from incog/master ajrhacker2018-02-192-1/+83
|\| | | | | | | | new NOT WORKING system: Wireless [BeckyRGB]
| * | new NOT WORKING system: Wireless [BeckyRGB] incog2018-02-192-1/+83
| | |
* | | ymz280b : Add device_rom_interface instead external memory handlers (#3242) cam9002018-02-194-207/+52
|/ / | | | | | | | | | | | | * 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
* | Nuon fixes (nw) Olivier Galibert2018-02-191-3/+3
| |
* | backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-19169-2676/+3313
| |
* | More nuon (nw) Olivier Galibert2018-02-192-20/+116
| |
* | More nuon (nw) Olivier Galibert2018-02-191-11/+84
| |
* | taito_en.cpp: Regression fix (nw) AJR2018-02-181-2/+3
| |
* | Merge pull request #3237 from ajrhacker/rstbuf ajrhacker2018-02-1820-318/+520
|\ \ | | | | | | Create RST interrupt buffer device
| * | msm6242: Deassert interrupt output when the IRQ flag is cleared AJR2018-02-185-29/+29
| | |
| * | ym2203: Handle interrupt output as instant timer to prevent synchronization ↵ AJR2018-02-182-7/+19
| | | | | | | | | | | | glitches
| * | Create RST interrupt buffer device AJR2018-02-1816-284/+474
| | |
* | | vt100.cpp - Redumped bad ROM from vt100ac [Al Kossow] Lord-Nightmare2018-02-181-9/+4
|/ /
* | Actual explaination about this (nw) angelosa2018-02-191-5/+6
| |
* | model2.cpp: Testing sRGB color space (nw) angelosa2018-02-194-11/+27
| |
* | crgolf: Soundlatch modernization (nw) AJR2018-02-182-72/+15
| |
* | NUON disassembler [O. Galibert] Olivier Galibert2018-02-184-0/+474
| |
* | Never merge a patch from cam900 before trying a compile, because he Olivier Galibert2018-02-1831-378/+475
|/ | | | | | | | clealry doesn't. Revert "neogeo : Updates (#3235)" This reverts commit 1ae84219fc4e5764235e19f2ac00b60639e18d7e.
* Merge pull request #3238 from DavidHaywood/180218 R. Belmont2018-02-181-8/+27
|\ | | | | XaviX - allow test mode to be visible in Monster Truck
| * XaviX - allow test mode to be visible in Monster Truck David Haywood2018-02-181-8/+27
| |
* | Better naming conventions for ti85 drivers based on boot codes. (#3231) jlachniet2018-02-182-32/+32
| | | | | | | | | | | | | | | | * 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
* | warriorb : Soundchip Type identified (#3230) cam9002018-02-186-78/+69
| | | | | | | | ninjaw, warriorb : Cleanup duplicates Demote Darius 2, Ninja Warriors with MACHINE_IMPERFECT_SOUND, because SSG Output isn't accurate
* | neogeo : Updates (#3235) cam9002018-02-1831-475/+378
| | | | | | | | | | | | | | | | * 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
* | Merge pull request #3232 from tlindner/coco_expansion_serial ajrhacker2018-02-182-6/+47
|\ \ | | | | | | Attached ports to the two Color Computer serial cards.
| * | Fleshed out Color Computer serial expansion cards to support actual input ↵ tim lindner2018-02-172-6/+47
| | | | | | | | | | | | and output
* | | Merge pull request #3236 from tlindner/dragon_gets_coco_carts ajrhacker2018-02-181-0/+4
|\ \ \ | |_|/ |/| | Added some compatiable CoCo cartridges to the Dargon driver.
| * | Added some compatiable CoCo cartridges to the Dargon driver. tim lindner2018-02-181-0/+4
| |/
* | ssozumo: Soundlatch modernization (nw) AJR2018-02-182-13/+3
| |
* | kurukuru.cpp: Soundlatch modernization (nw) AJR2018-02-181-22/+17
| |
* | Merge pull request #3234 from rfka01/master ajrhacker2018-02-182-0/+23
|\ \ | | | | | | olyboss.cpp: added Boss A 8085 model
| * | olyboss.cpp: added Boss A 8085 model rfka012018-02-182-0/+23
| | |
* | | Build fixes (nw) AJR2018-02-183-7/+9
| | |
* | | okim9810 : Sampling frequency is actually divider, Change name/Accurate this ↵ cam9002018-02-182-59/+302
| | | | | | | | | | | | | | | (#3222) Add device_clock_changed, Implemented DADR, Serial interface, Add notes
* | | Mattel HyperScan software list (#3191) incog2018-02-182-0/+89
| | | | | | | | | | | | | | | | | | * Mattel HyperScan software list * hooked up softlist
* | | taito_f2.cpp : Fix palette format for games when using 15-bit palette area ↵ cam9002018-02-181-7/+21
| | | | | | | | | | | | (#3209)
* | | buster.cpp: some work to make it actually show something [Angelo Salese] angelosa2018-02-181-87/+89
| | |
* | | mmpanic, funkyfig: Soundlatch modernization (nw) AJR2018-02-181-9/+3
| | |