summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/champbas.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+9
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-8/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* credit tag hap2015-11-021-14/+20
* added alpha_8201_device to champbas.c hap2015-11-021-3/+4
* merged memorymaps hap2015-11-021-3/+3
* cleanup spriteram handling hap2015-11-021-10/+12
* WIP, small update (sync with master) hap2015-11-011-6/+3
* get rid of machine start/reset overrides hap2015-10-311-4/+4
* use generic watchdog for champbas.c hap2015-10-311-22/+18
* champbas.c driver needs cleanup, i'll continue on that if i can sort out MCU ... hap2015-10-261-4/+4
* 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
* 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
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-2/+8
* some cleanup (nw) Miodrag Milanovic2013-04-111-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-0/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-13/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+11
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+7
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Removed ugly function cpu_interrupt_enable() from the core, and updated all t... Angelo Salese2011-11-301-0/+2
* 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-11/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* running_device -> device_t Aaron Giles2010-12-311-3/+3