summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh4
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-292-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-64/+64
* As promised, the bulk update of timer calls: Aaron Giles2011-02-062-21/+21
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-032-15/+15
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-242-6/+6
* Add SHOW_AARON_BUG as threatened (no whatsnew) R. Belmont2011-01-231-1/+18
* SH4: Port preliminary SH3 support from DRC. [R. Belmont] R. Belmont2011-01-163-1/+32
* SH4: cleanup and better common/interpreter separation [R. Belmont] R. Belmont2011-01-165-73/+189
* running_device -> device_t Aaron Giles2010-12-314-12/+12
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-192-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-31/+31
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-034-290/+289
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-173-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-082-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-16/+14
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-9/+9
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-11/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-184-14/+14
* Within src/emu, basic conversions: Aaron Giles2010-01-121-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-104-11/+12
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-282-201/+201
* > -----Original Message----- Aaron Giles2009-10-032-3/+1
* > -----Original Message----- Aaron Giles2009-09-242-63/+15
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-5/+8
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-3/+3
* Added a work-around for the UART FIFO read only status register on the SH-4 t... Angelo Salese2009-05-091-0/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-234-29/+20
* Cleanups and version bump.mame0130u2 Aaron Giles2009-03-283-12/+12
* crude 'good enough for naomi gd-rom' MMU implementation davidhay2009-03-253-10/+110
* Added a preliminary implementation for the SLEEP opcode in SH-4 cpu. This fix... Angelo Salese2009-03-243-3/+16
* fatalerror if the SH4 mmu is turned on. davidhay2009-03-211-0/+6
* CPU cores now compile cleanly. Aaron Giles2009-03-152-11/+20
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-6/+15
* 02765: all naomi.c sets: Assertion Aaron Giles2008-12-262-4/+4
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-6/+6
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-11/+11