summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/amiga.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* GCC 4.6 "variable assigned but not used" fixes, part 1 (no whatsnew) R. Belmont2011-05-301-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-87/+87
* BIG update. Aaron Giles2011-03-291-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* amiga: fixe a wrong value Roberto Zandona2011-02-201-1/+1
* amiga: simplified code Roberto Zandona2011-02-201-10/+8
* amiga: Roberto Zandona2011-02-201-2/+32
* amiga: revert to previous code; the change breaks ar_fast Roberto Zandona2010-09-241-2/+2
* amiga: improved offset in copper waiting Roberto Zandona2010-09-241-2/+2
* Converted amiga drivers to use driver_devices. Merged common code between Aaron Giles2010-09-191-189/+185
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-21/+19
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-3/+3
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-5/+5
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-2/+2
* - Converted Amiga based games to partial updating and proper scanline based t... Zsolt Vasvari2008-02-291-8/+27
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+971