summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxian.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-115/+109
* Modernized digitalker, x1_010, tiaintf, and n63701x sound devices. [Andrew Ga... Andrew Gardner2013-02-021-8/+8
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-134/+134
* New clones Robbbert2012-11-211-0/+20
* fix fantastc sound freq from pcb recording, same as maincpu freq (yes that lo... Michaël Banaan Ananas2012-10-171-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-36/+36
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-14/+12
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-98/+98
* Memory handler normalization, part 1. Aaron Giles2012-09-171-23/+23
* kingball does not have stars Michaël Banaan Ananas2012-09-141-0/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-10/+10
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-222/+196
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-5/+5
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-80/+72
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-151-100/+96
* fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double rou... Michaël Banaan Ananas2012-05-081-1/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-10/+10
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-2/+2
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-35/+35
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-9/+9
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-9/+9
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-16/+16
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-11/+8
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-12/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-207/+215
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-15/+15
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-14/+11
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-3/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-90/+94
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-30/+35
* galdrvr.c: Added preliminary protection emulation to Monster Zero. [hap] Michaël Banaan Ananas2012-04-051-0/+108
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-15/+15
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-175/+175
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-31/+31
* galdrvr.c: fixed missing sprites and bullets in fantastc [Haze, hap] Michaël Banaan Ananas2012-03-171-4/+13
* kong is not based on fantastc, discrete sound instead of 2*ay8910 Michaël Banaan Ananas2012-03-161-8/+15
* New games marked as GAME_NOT_WORKING Scott Stone2012-03-151-0/+8
* er, obviously not made in 1980 Michaël Banaan Ananas2012-03-111-1/+0
* new not working game Michaël Banaan Ananas2012-03-111-0/+61
* Death to generic spriteram. Aaron Giles2012-03-081-13/+13
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-2/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2