summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-7/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-116/+116
* seawolf/seawolf2 internal artwork placeholders Michaël Banaan Ananas2012-10-121-1/+2
* (placeholder) Michaël Banaan Ananas2012-10-071-2/+3
* correct title of robby Michaël Banaan Ananas2012-10-051-2/+2
* more by Dave Nutting Associates, thanks Al & Stiletto Michaël Banaan Ananas2012-10-051-11/+11
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-39/+39
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-56/+47
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-1/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-12/+12
* Fix some analog control issues due to incorrect assumption Aaron Giles2012-05-051-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-9/+9
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-5/+4
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-8/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-25/+25
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-124/+114
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-9/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-46/+46
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-14/+14
* fix ebases trackball Michaël Banaan Ananas2012-03-051-3/+3
* Hooked up Votrax properly to Gorf/WoW. Currently disabled by Aaron Giles2012-03-011-0/+20
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-28/+25
* Various wav/flac sample changes: [David Haywood] Angelo Salese2012-02-031-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-3/+3
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-56/+70
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-53/+53
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-31/+31
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* changed implementation for spacezap monitor to driver configuration (no whats... Michaël Banaan Ananas2011-03-201-5/+17
* astrocde.c: Made Space Zap black & white. It uses an overlay for colors, the ... Michaël Banaan Ananas2011-03-201-10/+15
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1