summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hshavoc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) merged md_havoc_state with md_boot_state. nw. Fabio Priuli2013-02-061-2/+2
* (MESS) megadriv.c: many updates to cart handling [Fabio Priuli] Fabio Priuli2013-02-031-3/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Sega misc wip: Fabio Priuli2010-01-311-2/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* c++ fix. Couriersud2009-10-161-1/+4
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-4/+4
* Removing old and duplicate code for genesis/megadrive from MAME (part 2): upd... Fabio Priuli2009-10-091-209/+42
* Removing old and duplicate code for genesis/megadrive from MAME (part 1) Fabio Priuli2009-10-081-0/+75
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-6/+6
* Cleaned up drivers that write files which are not being actively developed. ... Scott Stone2009-09-041-1/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* A few number-to-tag changes in megadrive/sms based drivers. Fabio Priuli2009-05-051-0/+3
* Merged memory maps for all driver sources beginning with 'H': Ryan Holtz2009-05-021-32/+17
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-2/+2
* Bulk change alert. Aaron Giles2009-04-261-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-14/+14
* Various clean ups: Couriersud2008-03-011-0/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+5