summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/beezer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-23/+23
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-30/+33
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-9/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+6
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-2/+2
* beezer: Sound section has its own XTAL (nw) AJR2017-12-071-5/+5
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* input_merger: syncronise on the way in, extend to 32 inputs, make some Vas Crabb2017-08-061-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* first srcclean pass (nw) Vas Crabb2016-12-251-16/+16
* beezer: Rewrite driver Dirk Best2016-12-121-97/+512
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-5/+2
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* Make watchdog timer a separate device AJR2016-04-301-0/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+185