summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas16a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* segas16a.c: Correctly redumped the 317-5021 FD1089B for Sukeban Jansi Ryuko. ... Brian Troha2013-01-201-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-56/+56
* updated i8243 to use devcb2 and remove trampolines (no whatsnew) Miodrag Milanovic2012-10-161-12/+4
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-15/+3
* removed some more expressions which are always true/false (no whatsnew) Oliver Stöneberg2012-10-031-1/+1
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-11/+11
* Some more cleanup (nw) Miodrag Milanovic2012-09-181-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-36/+34
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-40/+40
* More Sega updates: Aaron Giles2012-08-131-8/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-41/+39
* * Fully modernized segahang. Aaron Giles2012-08-101-70/+75
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-2/+2
* Move segas16a driver to newer i8255. Aaron Giles2012-08-081-7/+7
* Department of redundancy department update. Aaron Giles2012-08-081-3/+3
* Sega 16-bit cleanup, part 2 (still WIP): Aaron Giles2012-08-081-1194/+1151
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-30/+30
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-126/+164
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-31/+31
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-2/+2
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-18/+18
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-140/+172
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-29/+26
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-26/+29
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-99/+99
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-109/+109
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-12/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-18/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-37/+37
* new clones Angelo Salese2010-07-111-1/+40