summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrocde.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* astrocde:cpp: Split up base class a little; add output finder for tenpindx (nw) AJR2018-05-181-30/+84
* 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
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* astrocde.cpp: Driver and device modernization (nw) AJR2018-05-091-37/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+17
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+13
* astrocde: More space.device elimination (nw) AJR2018-01-021-1/+1
* tenpindx: Soundlatch modernization (nw) AJR2017-08-311-1/+0
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* votrax sc01: Simulate [O. Galibert] Olivier Galibert2016-12-241-9/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-48/+48
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-4/+2
* Astrocade: Fix MT #6281 Dirk Best2016-07-161-1/+2
* more gen_latch (nw) Ivan Vangelista2016-06-071-0/+4
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+0
* fix astrocde (nw) Miodrag Milanovic2016-04-291-7/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* astrocde.c: convert profpac & friends to bankdev (nw) Alex W. Jackson2015-08-141-10/+6
* astrocde.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-141-1/+40
* 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
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+3
* Moved gorf and wow sound handlers into the driver state. Updated some comment... Ivan Vangelista2013-11-071-13/+23
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+9
* voodoo is using now device callbacks and some minor cleanups in few drivers (nw) Miodrag Milanovic2013-04-291-0/+1
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-2/+4
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+7
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+8
* Some fixes imported from MESS side (nw) Miodrag Milanovic2012-08-101-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+9
* get rid of anonymous timer (savestate problem) Michaƫl Banaan Ananas2012-05-171-0/+1
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+5