summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aquarium.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+28
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-15/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+5
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-25/+22
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-13/+13
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* aquarium.c: removed region hack, fixed offtune music, fixed testmode [hap] Michaƫl Banaan Ananas2012-01-041-65/+19
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-13/+13
* BIG update. Aaron Giles2011-03-291-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-6/+8
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-3/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Not worth credit: added as complete as possible driver data struct to 1945kii... Fabio Priuli2009-11-221-55/+63
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2