summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxold.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernize the Volume and RC filter sound devices. [Andrew Gardner] Andrew Gardner2013-01-311-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-136/+136
* Ozon1 : fixed cocktail mode [Kevin Pickell] Robbbert2013-01-031-3/+3
* (description correction) Michaël Banaan Ananas2012-11-181-2/+2
* vstars : added notes Robbbert2012-11-181-9/+13
* porter : fixed graphics [Robbbert] Robbbert2012-11-181-31/+36
* Improved bagmanmc. Add new working clone. [Robbbert] Robbbert2012-11-161-30/+27
* moved harem to scramble.c Michaël Banaan Ananas2012-10-171-152/+0
* changed 7474 to use devcb2 (no whatsnew) Miodrag Milanovic2012-10-171-2/+2
* (notes on harem) Michaël Banaan Ananas2012-10-161-3/+5
* nw Michaël Banaan Ananas2012-10-141-1/+1
* typo (no, not a typo in the original games titlescreen, but indeed a typo in ... Michaël Banaan Ananas2012-10-021-1/+1
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-9/+9
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-9/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-29/+29
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* Continuing new device implementation for SN76496 and clones - sbugger.c, fina... Scott Stone2012-08-251-9/+31
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-22/+22
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-25/+25
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-3/+3
* New clones added mariuszw12012-06-071-0/+81
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-14/+14
* new clone added Michaël Banaan Ananas2012-04-241-1/+38
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-66/+66
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-29/+29
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-1/+1
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-19/+19
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-7/+7
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-128/+128
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-15/+15
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-18/+17
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-66/+66
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-254/+254
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-25/+25
* Nearly finished making some individual rom name adjustments to ease potential... Scott Stone2012-02-191-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+5
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-4/+19
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-8/+8
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-8/+8
* Remove legacy trampolines in the 7474 device and fix Aaron Giles2011-05-051-1/+1
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-70/+70
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-25/+25