summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pocketc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+1
* srcclean (nw) Vas Crabb2018-12-231-3/+3
* -scmp, sc61860: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-101-194/+167
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* cleanup (nw) Vas Crabb2018-07-061-8/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* 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-15/+15
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-43/+43
* (nw) last bunch for tonight Robbbert2018-04-121-14/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-62/+72
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-10/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-11/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-23/+23
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-3/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+988