summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 4 (no whatsnew) Miodrag Milanovic2013-02-081-23/+22
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+50
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-8/+8
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-13/+11
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-55/+53
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-20/+19
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-6/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-22/+22
* 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-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+7
* Whoops, broke some stuff. Aaron Giles2012-04-101-1/+1
* 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
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-4/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-14/+14
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-4/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-74/+63
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-37/+37
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-8/+9
* Changed sample pack names for alphamc07 -> equites and aristmk4 -> 3bagflvt t... Scott Stone2012-02-181-1/+1
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaël Banaan Ananas2012-02-111-1/+1
* Various wav/flac sample changes: [David Haywood] Angelo Salese2012-02-031-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Included tentative experiment for Hot Chase ... still not perfect though (esp... Angelo Salese2011-05-021-8/+21
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-109/+109
* BIG update. Aaron Giles2011-03-291-38/+38
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-18/+18
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Made changes to the PORT_ADJUSTER values for MSM5232 clocks in all games in d... Scott Stone2011-02-061-9/+14
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-13/+13