| Commit message (Expand) | Author | Age | Files | Lines |
* | h8: Added peripheral and IRQ support for H8S/2xxx CPUs. [Tim Schuerewegen, R.... |  R. Belmont | 2011-07-30 | 1 | -30/+20 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -4/+2 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -5/+5 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -13/+13 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -12/+12 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -5/+5 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -5/+5 |
* | H8: Fix unterminated string buffer [R. Belmont, Belegdol] |  R. Belmont | 2011-01-14 | 1 | -2/+2 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -2/+3 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -44/+44 |
* | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 1 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -0/+1 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -2/+2 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -3/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -5/+5 |
* | several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] |  Fabio Priuli | 2010-03-17 | 1 | -2/+0 |
* | H8/3334: add analog input ports |  R. Belmont | 2010-03-06 | 1 | -0/+27 |
* | H8: fix stack trashing when simultaneous IRQ sources asserted [R. Belmont] |  R. Belmont | 2010-02-20 | 1 | -1/+7 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -12/+12 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -0/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -7/+7 |
* | > -----Original Message----- |  Aaron Giles | 2009-10-01 | 1 | -1/+1 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 1 | -7/+2 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -3/+3 |
* | The other larger patch adds missing static and const qualifiers, and |  Aaron Giles | 2009-06-08 | 1 | -3/+3 |
* | Cleanups and version bump. |  Aaron Giles | 2009-05-28 | 1 | -3/+3 |
* | H8 series MCU updates |  R. Belmont | 2009-05-18 | 1 | -2/+189 |
* | Cleanups and version bump.mame0131u1 |  Aaron Giles | 2009-05-07 | 1 | -2/+2 |
* | H8: Better interrupt handling for the 8/16 bit H8s. |  R. Belmont | 2009-05-03 | 1 | -34/+58 |
* | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -4/+4 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-01-14 | 1 | -1/+1 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -2/+2 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -12/+12 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -6/+2 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -12/+12 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 1 | -6/+2 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 1 | -4/+4 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -5/+3 |
* | Removed unused global tokens. |  R. Belmont | 2008-11-23 | 1 | -5/+0 |
* | Un-deprecat'ed the H8. |  R. Belmont | 2008-11-22 | 1 | -2/+1 |
* | Converted H8 CPUs to the new memory functions. |  R. Belmont | 2008-11-21 | 1 | -49/+52 |
* | Fixed "H8/3344" to "H8/3334" as per Guru. |  R. Belmont | 2008-11-19 | 1 | -4/+4 |