summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002/h8_8.c
Commit message (Expand)AuthorAgeFilesLines
* h8: Added peripheral and IRQ support for H8S/2xxx CPUs. [Tim Schuerewegen, R.... R. Belmont2011-07-301-30/+20
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-12/+12
* 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-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-5/+5
* H8: Fix unterminated string buffer [R. Belmont, Belegdol] R. Belmont2011-01-141-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-44/+44
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-0/+1
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-2/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* 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-2/+0
* H8/3334: add analog input ports R. Belmont2010-03-061-0/+27
* H8: fix stack trashing when simultaneous IRQ sources asserted [R. Belmont] R. Belmont2010-02-201-1/+7
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-12/+12
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* > -----Original Message----- Aaron Giles2009-10-011-1/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-7/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-3/+3
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-3/+3
* Cleanups and version bump. Aaron Giles2009-05-281-3/+3
* H8 series MCU updates R. Belmont2009-05-181-2/+189
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-2/+2
* H8: Better interrupt handling for the 8/16 bit H8s. R. Belmont2009-05-031-34/+58
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-12/+12
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-6/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-12/+12
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-4/+4
* change_pc? What change_pc? Aaron Giles2008-11-241-5/+3
* Removed unused global tokens. R. Belmont2008-11-231-5/+0
* Un-deprecat'ed the H8. R. Belmont2008-11-221-2/+1
* Converted H8 CPUs to the new memory functions. R. Belmont2008-11-211-49/+52
* Fixed "H8/3344" to "H8/3334" as per Guru. R. Belmont2008-11-191-4/+4