summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarigt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-51/+51
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-12/+12
* BIG update. Aaron Giles2011-03-291-28/+28
* 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-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* mark NO_DUMP roms that have a placeholder as BAD_DUMP Michaƫl Banaan Ananas2011-03-261-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Converted atarirle to a device. [Atari Ace] Aaron Giles2011-02-121-4/+30
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-40/+37
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-5/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-20/+20
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-0/+7
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-1/+1
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-36/+41
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-21/+21
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-6/+6
* Cleanups and version bump for 0.131.mame0131 Aaron Giles2009-04-231-5/+5
* Added basic TMS9927 implementation. Hooked it up to the statriv2 Aaron Giles2009-04-201-0/+8
* Correct sound ROM for T-Mek 4.4 (Lars Bull) Aaron Giles2009-04-161-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* New clones: T-MEK (3 sets) [Lars Bull] Aaron Giles2009-03-051-8/+176
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Some more driver conversions to new functions. Aaron Giles2008-11-231-23/+23
* Another big one. Aaron Giles2008-11-201-1/+1
* address space compilation fixes. smf-2008-11-151-1/+1
* A few more compile fixups. R. Belmont2008-11-151-3/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-23/+23
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-17/+17
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-09-041-51/+51
* Fix m68k irq line support. Aaron Giles2008-08-201-13/+3
* 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-12/+12
* Region classes go bye-bye. Aaron Giles2008-07-281-28/+28
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-33/+33