summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asuka.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-149/+149
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-18/+17
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-9/+9
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-16/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-42/+28
* Kill off some AM_BASE_LEGACYs. Aaron Giles2012-09-121-5/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* 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-16/+16
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-16/+16
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-9/+10
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-17/+17
* 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-4/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-2/+2
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* 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-10/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-52/+52
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-9/+9
* most screen eof regression fixes could be reverted after core fix Michaël Banaan Ananas2012-01-251-1/+2
* screen eof regressions Michaël Banaan Ananas2012-01-231-9/+9
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-9/+12
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-6/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-12/+6
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-32/+32
* BIG update. Aaron Giles2011-03-291-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* 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-19/+19
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-10/+10
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-189/+189
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-30/+12
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-7/+7
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Implemented some notes about Cadash z180 comms, can't do much at current time... Angelo Salese2010-02-191-1/+17
* Hooked up bare bones z180 communication CPU in Cadash [Angelo Salese] Angelo Salese2010-02-181-7/+33
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2