summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jaguar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Haze: Merged CoJag and Jaguar (MESS side) drivers, nw Angelo Salese2011-04-241-8/+0
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Another Atari Jaguar related fix, nw (heh, running at 30 Hz and nobody really... Angelo Salese2011-04-141-1/+8
* Jaguar-specific code, nw Angelo Salese2011-04-141-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-45/+45
* 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
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Work-around for too small timers, not worth mentioning Angelo Salese2010-08-201-2/+1
* Enabled PIT irq, not worth mentioning Angelo Salese2010-08-201-12/+13
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-15/+15
* Minor commenting out of an unneeded (by me) log output Angelo Salese2010-05-181-1/+1
* Implemented bare bones timing for the blitter status and fixed vertical half ... Angelo Salese2010-05-121-2/+19
* Added a bunch of useful print reports Angelo Salese2010-05-091-0/+10
* Jaguar: fixed RGB VARMOD mode [Angelo Salese] Angelo Salese2010-05-081-2/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* 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-2/+2
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-4/+4
* > From: Robert [mailto:pac0446@bigpond.net.au] Aaron Giles2009-09-061-8/+48
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* jaguar/cojag video updates: Fabio Priuli2009-08-101-23/+29
* On behalf of Robbbert: cojag/jaguar video updates Fabio Priuli2009-08-091-1/+7
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-5/+5
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+2
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Multisession fix Nathan Woods2009-01-061-0/+4
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-23/+22
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Pointer-ified the jaguar CPU core. Aaron Giles2008-11-201-4/+4
* Another big one. Aaron Giles2008-11-201-1/+1
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-2/+2
* address space compilation fixes. smf-2008-11-151-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6