summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystwarr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-6/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-85/+85
* Allow 16-bit games to use the 53936 (nw) R. Belmont2012-12-281-4/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-20/+17
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-35/+34
* More AM_BASE_LEGACY removal. Aaron Giles2012-09-121-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-9/+9
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-28/+28
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-28/+28
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-10/+10
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-9/+9
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-6/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-13/+13
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-6/+6
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-91/+83
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-10/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-184/+184
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-7/+7
* k054539: Modernize [O. Galibert] Olivier Galibert2012-03-041-26/+24
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+6
* cleanups and version bumpmame0144u3 Angelo Salese2011-12-141-2/+2
* deprecat.h Angelo Salese2011-12-111-45/+39
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-251-53/+39
* Using ROM_COPY instead of multiple of the same ROM_LOAD, nwn Ryan Holtz2011-05-241-7/+13
* Fixing a MAMETesters crash re: xexex Mask ROM test, can't be arsed to track d... Ryan Holtz2011-05-241-2/+6
* Added the CCU for mystwarr.c games, nw Angelo Salese2011-05-151-11/+83
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-20/+20
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-30/+30
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-8/+12
* fixed viostormab rom labels. Fabio Priuli2011-03-011-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+11
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-21/+26
* new clone Angelo Salese2011-02-081-0/+37
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1