summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco32.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-1/+1
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-44/+39
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* deco32.cpp : Cleanups (#4278) cam9002018-11-101-335/+314
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-5/+5
* deco32.cpp : Add notes, Fix background color for dragngun cam9002018-08-161-0/+2
* Build fixes (some compilers are too permissive about member pointer syntax) (nw) AJR2018-08-051-4/+4
* h6280.cpp : Internalize peripherals, Sound (#3792) cam9002018-08-051-10/+17
* devcb3 Vas Crabb2018-07-071-28/+25
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-5/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-101/+101
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-11/+11
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-36/+36
* derived classes are trouble (nw) Vas Crabb2018-05-121-2/+2
* Various Data East Driver Cleanups/Notes (#3449) cam9002018-05-121-30/+17
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-6/+11
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-14/+14
* deco_ace: Internalize palette (nw) AJR2018-05-061-6/+2
* (nw) misc follow-up Vas Crabb2018-05-061-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-68/+68
* (nw) address map modernisation for a2600, asst128, osborne1, atom, cbm2, deco... Robbbert2018-04-121-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-265/+276
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* deco32 : Fix remaining mistakes, Add notes (#3220) cam9002018-02-211-6/+10
* restore remnant of PCB conversion (nw) Vas Crabb2018-02-181-5/+5
* deco32 : Cleanup duplicates, Remove unneeded shared_ptr, Add notes, Con… (#... cam9002018-02-161-165/+190
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+12
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* deco16ic : Split pf1/2 size (#3124) cam9002018-01-251-15/+26
* Split Data East ACE Chip Emulation (#3100) cam9002018-01-251-9/+15
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-17/+17
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* deco146: Fully handle sound latch internal in the device Dirk Best2017-10-271-187/+149
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-4/+4
* deco32: Improvements and cleanups Dirk Best2017-09-221-1015/+916
* deco_irq: Use a device map, move screen include to header Dirk Best2017-09-161-3/+3
* New device: Data East IRQ Controller Dirk Best2017-09-141-169/+54
* deco146: Use DEVCB for input ports and explicitly define these in all drivers... AJR2017-08-311-33/+28
* srcclean (nw) Vas Crabb2017-08-271-37/+37
* appease msvc (nw) Vas Crabb2017-08-251-18/+18
* Explicitly cast boolean (nw) angelosa2017-08-161-1/+1