summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/laserbat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* (nw) let's have some fun with the new functionality, and fix poor casper whil... Vas Crabb2018-05-041-19/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Devfind revision phase 2 (nw) AJR2016-08-051-6/+2
* Move Zaccaria 1B11107 board into audio/zaccaria.cpp so it can share common st... Vas Crabb2016-02-131-19/+4
* Make Zaccaria 1B11142 sound board a device in preparation for netlist sound Vas Crabb2016-02-121-2/+0
* Replace some interrupt gen members with MCFG glue (nw) Vas Crabb2016-02-111-10/+0
* catnmous: better approximation of colours, should be pretty close now Vas Crabb2016-02-081-3/+6
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* laserbat.cpp: DIP and input cleanup, stuff from manual Vas Crabb2015-12-301-0/+1
* catnmous sound support Vas Crabb2015-12-291-24/+23
* laserbat: confirm DIP switches, use derived machine configs Vas Crabb2015-12-271-30/+30
* catnmous: fix inputs and video effects Vas Crabb2015-12-261-9/+18
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* laserbat/lazarian improvements: Vas Crabb2015-12-241-96/+156
* copyright (nw) Vas Crabb2015-12-151-1/+1
* Make Lazarian playable Vas Crabb2015-12-151-38/+96
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-2/+0
* Modernized the sn76477 sound device (nw) Ivan Vangelista2013-11-211-2/+4
* Merged s2636 video and sound implementations and moved them to machine/ (nw) Ivan Vangelista2013-08-131-1/+1
* Modernized the s2636 video device. Will try to merge the audio and video devi... Ivan Vangelista2013-08-131-4/+8
* modernised the AY8910 [smf] smf-2013-05-121-4/+8
* Modernized tms3615, es8712, cem3394, k051649, and rf5c400 sound devices. [Andrew Andrew Gardner2013-02-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-4/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+3
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+5
* (nothing really, just some cleanup while i was trying to add something) Michaël Banaan Ananas2012-05-241-2/+9
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+7
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-1/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+33
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-2/+4
* running_device -> device_t Aaron Giles2010-12-311-10/+10
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1