summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-105/+105
* Added internal boot loader programs to the TMS3203x core and support a switch... Phil Bennett2012-11-241-1/+1
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-8/+1
* Made timer_device use delegates (no whatsnew) Miodrag Milanovic2012-09-251-2/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-13/+13
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-30/+24
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-1/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-6/+6
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+7
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-39/+35
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-21/+21
* minor doc update - NW Brian Troha2012-07-071-4/+4
* minor doc updates - NW Brian Troha2012-07-071-2/+5
* new parent & new clone for Cruis'n World Brian Troha2012-07-061-6/+67
* Minor information about known games sets or roms that are undumped - NW Brian Troha2012-07-051-0/+3
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-021-3/+3
* new Wargod sets Brian Troha2012-06-271-65/+98
* Two TMS32031 fixes: [Daniel Filner] Aaron Giles2012-06-161-5/+5
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-10/+10
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-15/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-123/+123
* modernization of some CUSTOM_INPUT's part 5 (no whatsnew) Miodrag Milanovic2012-04-091-12/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-18/+18
* 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-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-10/+10
* 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
* IDE controller now support two slots, currently used devices are made as slot... Miodrag Milanovic2012-02-091-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Port from MESS, nw Angelo Salese2011-06-281-3/+3
* Readme replacement for Crusin' USA to include Off Road Challenge. [Guru] Scott Stone2011-06-241-11/+26
* New clones added Scott Stone2011-06-241-0/+32
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-7/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-74/+74
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-53/+53
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15