summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suna16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-259/+259
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* suna16.c: Emulate protection routines rather than patching them Michaël Banaan Ananas2012-10-231-38/+51
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-6/+6
* (assuming that "SA" is for "SunA"; hw is very similar to suna16, as mentioned... Michaël Banaan Ananas2012-10-091-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* 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-9/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-8/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-20/+20
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-11/+27
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* 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
* 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-12/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-8/+8
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-9/+9
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-52/+51
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-11/+11
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-47/+47
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-16/+16
* Refactored YM3526 to use devcb. [Curt Coder] Curt Coder2012-03-071-6/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+4
* cleanups and version bumpmame0144u3 Angelo Salese2011-12-141-1/+1
* deprecat.h Angelo Salese2011-12-131-9/+11
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-17/+17
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-125/+125
* Converted sauro, scotrsht, segald, seicross, senjyo, shangha3, Aaron Giles2010-09-021-29/+21
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+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
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12