summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xexex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-4/+4
* Modernize the Volume and RC filter sound devices. [Andrew Gardner] Andrew Gardner2013-01-311-12/+12
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-6/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-13/+12
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-8/+7
* 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-48/+43
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-7/+7
* 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-7/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* 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-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-2/+2
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-7/+7
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* 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-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-47/+37
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-34/+34
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* k054539: Modernize [O. Galibert] Olivier Galibert2012-03-041-4/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* cleanups and version bumpmame0144u3 Angelo Salese2011-12-141-1/+1
* deprecat.h Angelo Salese2011-12-091-29/+29
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-251-27/+8
* Using ROM_COPY instead of multiple of the same ROM_LOAD, nwn Ryan Holtz2011-05-241-5/+12
* Fixing a MAMETesters crash re: xexex Mask ROM test, can't be arsed to track d... Ryan Holtz2011-05-241-1/+5
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-1/+1
* Moved k053252 emulation into a separate file, nw Angelo Salese2011-05-151-0/+1
* Added offset param kludge for the CCU, and hooked it up to several other game... Angelo Salese2011-05-151-1/+2
* Hooked up irq line handlers, and removed an hack for Hexion, nw Angelo Salese2011-05-151-1/+5
* Implemented a preliminary Konami k053252 device emulation, adds accurate refr... Angelo Salese2011-05-151-3/+2
* Extra params for the k053252, nw Angelo Salese2011-05-151-3/+8
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-1/+1
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* 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-77/+77
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-48/+48
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5