summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laserbat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* (nw) let's have some fun with the new functionality, and fix poor casper whil... Vas Crabb2018-05-041-14/+14
* neogeo: hook up coin counters Vas Crabb2018-03-291-3/+3
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-28/+30
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-2/+2
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* s2650: I/O modernization AJR2017-06-221-5/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-6/+6
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+1
* Move Zaccaria 1B11107 board into audio/zaccaria.cpp so it can share common st... Vas Crabb2016-02-131-30/+4
* Make Zaccaria 1B11142 sound board a device in preparation for netlist sound Vas Crabb2016-02-121-2/+2
* Replace some interrupt gen members with MCFG glue (nw) Vas Crabb2016-02-111-11/+8
* add note about demo sounds (nw) Vas Crabb2016-02-091-0/+2
* laserbat/lazarian: fix TMS clocks, Guillaume Tell Overture is recognisable again Vas Crabb2016-02-091-2/+2
* Remove outdated comment Vas Crabb2016-02-081-3/+0
* catnmous: better approximation of colours, should be pretty close now Vas Crabb2016-02-081-8/+10
* catnmous: fix sprite banking Vas Crabb2016-02-081-1/+3
* redumped Cat and Mouse graphic rom as the correct size [Vernimark] David Haywood2016-02-071-13/+4
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* more note (nw) Vas Crabb2015-12-301-0/+5
* notes (nw) Vas Crabb2015-12-301-23/+53
* new clones David Haywood2015-12-291-2/+7
* laserbat.cpp: DIP and input cleanup, stuff from manual Vas Crabb2015-12-301-38/+29
* notes (nw) Vas Crabb2015-12-291-3/+7
* catnmous sound support Vas Crabb2015-12-291-100/+34
* Better layer alignment for laserbat/lazarian/catnmous Vas Crabb2015-12-271-3/+3
* laserbat: confirm DIP switches, use derived machine configs Vas Crabb2015-12-271-71/+28
* catnmous: fix inputs and video effects Vas Crabb2015-12-261-119/+90
* laserbat/lazarian improvements: Vas Crabb2015-12-241-335/+359
* laserbat/lazarian: fix colours Vas Crabb2015-12-161-3/+2
* Better layer alignment again Vas Crabb2015-12-151-3/+3
* copyright (nw) Vas Crabb2015-12-151-1/+1
* Make Lazarian playable Vas Crabb2015-12-151-186/+73
* Add INTREQ/INTACK to S2636, not used by any drivers yet Vas Crabb2015-12-151-3/+3
* these don't work properly, they never have, being sniped by *invisible* bulle... David Haywood2015-12-111-2/+2
* Try to fix S2636 offsets in games using legacy screen params Vas Crabb2015-12-111-6/+6
* Re-write S2636 from scratch as needed for subhuntr: Vas Crabb2015-12-111-12/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+968