summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amusco.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with a and b: some macro removal (nw) Ivan Vangelista2020-05-251-6/+6
* further macro removal work (nw) Ivan Vangelista2020-05-181-12/+12
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+3
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-35/+33
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-33/+35
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-11/+10
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-4/+4
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* freeway: Separate from amusco.cpp into its own skeleton driver (nw) AJR2019-01-191-44/+6
* new not working machine Ivan Vangelista2019-01-151-10/+47
* Start cleaning up palette configuration: Vas Crabb2018-12-291-13/+12
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-6/+8
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-10/+10
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-5/+5
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-9/+9
* i8155.cpp: deMCFGfied (nw) Ivan Vangelista2018-08-221-7/+7
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-6/+6
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* -output: Removed legacy output accessors from ampoker2, amusco. [Ryan Holtz] mooglyguy2018-04-041-12/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-3/+4
* srcclean (nw) Vas Crabb2017-11-261-5/+5
* amusco.cpp: remove vram placeholder, allocate it in video_start (nw) angelosa2017-11-171-3/+6
* amusco.cpp: improved colors [Angelo Salese] angelosa2017-11-161-6/+54
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* amusco.cpp: Generate blink state in a way more likely to represent hardware; ... AJR2017-03-181-3/+10
* Self-registering devices prep: Vas Crabb2017-02-271-12/+15
* amusco.cpp: Add coin counter and dispenser device (#1844) ajrhacker2016-12-171-6/+30
* srcclean (nw) Vas Crabb2016-11-271-3/+3
* amusco.cpp: Coin-related improvements AJR2016-11-211-53/+58
* Merge pull request #1683 from ajrhacker/draw88pkr_bill R. Belmont2016-11-151-1/+32
|\
| * draw88pkr: Input fixes (mostly hacks to get coins working) AJR2016-11-131-1/+32
* | More accurate MSM5832 WR emulation; add pinout for RTC58323 (nw) AJR2016-11-131-14/+1
|/
* Merge pull request #1678 from ajrhacker/amusco_pit R. Belmont2016-11-131-15/+8
|\