summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/jaguar
Commit message (Expand)AuthorAgeFilesLines
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Hooked up DSP/GPU interrupt to tom that was missed when modernizing jaguar co... smf-2013-10-261-9/+3
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-163-0/+6
* jaguar.c: Fixed detection of busy loops (nw) Wilbert Pol2013-10-071-0/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+1
* jaguar.c: Modernized cpu core. (nw) Wilbert Pol2013-08-042-862/+762
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* cpu/jaguar: Fixed PACK opcode. Ville Linde2013-02-161-3/+2
* cpu/jaguar: Fixed ADDC. Ville Linde2013-02-151-2/+3
* cpu/jaguar: Fixed SUBC opcode. Added special case for internal RAM loads and ... Ville Linde2013-02-151-10/+67
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-363/+360
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-167/+165
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-6/+6
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-2/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-10/+10
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-5/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-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-6/+6
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-4/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* running_device -> device_t Aaron Giles2010-12-312-10/+10
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-1/+1
* Removed excessive HALT_LINE call, fixes Jag BIOS roar sound (not worth mentio... Angelo Salese2010-08-201-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-6/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-7/+7
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-4/+4
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-8/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+8
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-14/+14
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-2/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-29/+29
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-18/+17
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-17/+27
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-3/+3