summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* version bumpmame0183 Vas Crabb2017-02-222-4/+4
|
* better naming (nw) Vas Crabb2017-02-213-15/+15
|
* fix region typo (nw) Vas Crabb2017-02-201-1/+1
|
* srcclean (nw) Vas Crabb2017-02-19111-1011/+1011
|
* Revert "Make "requirement" field in softlists actually work (MT 6464)" Vas Crabb2017-02-193-37/+16
| | | | This reverts commit 17af0f9c661e0855607703faf66c1e807e888d82.
* Add prodigy to mamenl build. Fix clang5 warnings. (nw) couriersud2017-02-196-4/+11
|
* More truthtable rework and clean up. (nw) couriersud2017-02-197-227/+260
|
* Fix nltool logging. (nw) couriersud2017-02-191-8/+9
|
* Fixed hr16 regression. (nw) Sandro Ronco2017-02-181-1/+2
|
* ambush.cpp: made mariobl/dkong3bl clones (nw) hap2017-02-181-2/+2
|
* ambush: Rewrite driver. Dirk Best2017-02-1810-828/+844
| | | | | | | | | | | | | | | | | | - Use tilemap system to draw background/foreground characters (and use generic gfx_8x8x2_planar layout) - Add mario and dkong3 bootlegs running on extended hardware (color PROMs for those haven't been dumped, using the PROMs from the original currently) - Update and correct dip switches - Document tile attribute RAM and sprite RAM layout bits - Use screen raw parameters - Add connector layout - Update TODO list - Update ROM filenames New working driver: ------------------- Donkey Kong 3 (bootleg on Ambush hardware)
* New not working machine Ivan Vangelista2017-02-182-0/+14
| | | | | _____________________ KOF Sky Stage (v1.00J) [rtw]
* Minor documentation (nw) Ivan Vangelista2017-02-182-2/+2
|
* nbmj9195.cpp: correct dip switches for jituroku and mjanbari (MT05559 and MT ↵ Ivan Vangelista2017-02-181-104/+34
| | | | 05577) [kamilz]
* plugins/data/data_hiscore: print_verbose unimplemented stuff (nw) cracyc2017-02-171-7/+10
|
* Merge pull request #2070 from mgarlanger/mm6845_fix R. Belmont2017-02-171-1/+1
|\ | | | | Fix scanout of mc6845
| * Fix scanout of mc6845 Mark Garlanger2017-02-171-1/+1
| |
* | Merge pull request #2068 from JoakimLarsson/prodigy_display R. Belmont2017-02-1714-25/+556
|\ \ | | | | | | Prodigy display
| * | Added missing final and leading flanks when shifting out and in respectivelly Joakim Larsson Edstrom2017-02-172-24/+95
| | |
| * | prodigy: the layout Joakim Larsson Edstrom2017-02-171-0/+25
| | |
| * | prodigy: Added BCD display and initial layout (nw) Joakim Larsson Edstrom2017-02-171-1/+223
| | |
| * | prodigy: added new devices to script files Joakim Larsson Edstrom2017-02-173-0/+6
| | |
| * | prodigy: Netlist for BCD display Joakim Larsson Edstrom2017-02-173-0/+43
| | |
| * | new netlist device: 74164 - 8bit parallel output serial shift register Joakim Larsson Edstrom2017-02-174-0/+164
| | |
* | | zn.ccp: Nothing seems to point to specifically "USA" so call it Gallop Racer ↵ briantro2017-02-171-1/+1
| | | | | | | | | | | | 2 (Export) - NW
* | | New Pit Boss clone briantro2017-02-172-30/+46
| |/ |/| | | | | | | | | New Clone Added ---------------------------------------- The Pit Boss (2214-07, U5-0A) [Brian Troha, The Dumping Union]
* | New working machine added hap2017-02-173-4/+222
| | | | | | | | | | -------- Tandy Electronic Basketball [hap, Sean Riddle]
* | plugins/data/data_hiscore: don't permit hi score parse scripts to modify the ↵ cracyc2017-02-171-224/+234
| | | | | | | | shared environment or save any persistent data (nw)
* | z88_cart: added Spell-Master Nigel Barnes2017-02-171-0/+12
| |
* | polepos2bi: One more DIP switch identified (nw) AJR2017-02-171-3/+3
| |
* | Fix mingw 32 bit build. (nw) couriersud2017-02-176-28/+22
| |
* | Reworked truthtables a bit. couriersud2017-02-1723-631/+418
| | | | | | | | | | - Moved 9312 and 74279 to ttl macro library. - Renamed TTL_9312_* to DM9312. This is more appropriate. - Fixed a number of warnings from latest ubuntu clang-5.0.
* | misc notes (nw) hap2017-02-175-23/+21
| |
* | capbowl, bowlrama: Identify DAC type AJR2017-02-172-1/+2
| |
* | abc800_dsk: Fixed sector interleave. [Curt Coder] Curt Coder2017-02-172-2/+28
| |
* | galaxian.cpp: fixed MT06503 (nw) Ivan Vangelista2017-02-171-1/+12
|/
* plugins/data: create first dir in historypath if it doesn't exist (nw) cracyc2017-02-162-2/+10
|
* new working games briantro2017-02-161-9/+9
| | | | | | | | New Games promoted to working: -------------------------------------- Gallop Racer 2 (USA) [Brian Troha, The Dumping Union] Gallop Racer 2 (Japan) [Brian Troha, The Dumping Union] Gallop Racer 2 Link HW (Japan) [Brian Troha, The Dumping Union]
* zigzagb: Install handlers and banks using address map rather than hacking ↵ AJR2017-02-162-29/+23
| | | | them in with DRIVER_INIT (nw)
* plugins/data: fix if order (nw) cracyc2017-02-161-6/+6
|
* Optimized 7493 device. Gives some 5 to 10% improvement to pong. couriersud2017-02-164-78/+88
| | | | 7493 also is an example on how to use multiple handlers on a device makes design easier. (nw)
* Move from <cstring> to std::copy and friends. (nw) couriersud2017-02-166-54/+63
|
* mephistp: Start adding devices based on schematics (nw) AJR2017-02-161-49/+182
|
* Revert "wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]" Olivier Galibert2017-02-164-11/+9
| | | | This reverts commit 16f79382aa892eb478813e3fc4b812e9e875fbaf.
* konmedal: identified game, attempted tile banking. (nw) arbee2017-02-162-10/+15
|
* Compile fix. (nw) Curt Coder2017-02-161-1/+1
|
* wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder] Curt Coder2017-02-164-9/+11
|
* abc80_flop.xml: Added Hires Invasion demo. [Genesis Project] Curt Coder2017-02-161-1/+16
|
* lux21046: Cleanup. (nw) Curt Coder2017-02-162-121/+127
|
* Get MAME a-compiling finally (nw) Scott Stone2017-02-161-0/+1
|