summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002 (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-073-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-032-42/+42
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-202-4/+4
* fixed some unread variable warnings reported by clang (no whatsnew) Oliver Stöneberg2012-08-091-2/+0
* H8/H8S: Correct disassembly of MULXS.B and MULXS.W [R. Belmont] R. Belmont2012-08-071-2/+2
* H8/H8S: fix MULXS.B to select the proper source register. Fixes text in Qix ... R. Belmont2012-08-071-1/+20
* H8: Very preliminary H8S/2294 support [R. Belmont] R. Belmont2012-08-057-49/+422
* fix ?-operator warnings found by firewave Michaël Banaan Ananas2012-07-281-1/+1
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-012-8/+8
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-312-7/+7
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-144-12/+12
* H8: rewrote H8S/2xxx timers [Tim Schuerewegen] R. Belmont2011-08-015-321/+1395
* h8: added the rest of the H8S double-shifts, fixed up some bit operations, an... R. Belmont2011-07-313-16/+266
* h8: fixed bset instruction [Tim Schuerewegen] Miodrag Milanovic2011-07-311-3/+31
* h8: add SLEEP opcode (nw) R. Belmont2011-07-301-0/+3
* h8: Added peripheral and IRQ support for H8S/2xxx CPUs. [Tim Schuerewegen, R.... R. Belmont2011-07-308-63/+1065
* Fix assert in H8 core (no whatsnew) Miodrag Milanovic2011-07-301-1/+4
* H8: add H8S/2241, H8S/2246, and H8S/2323 subtypes (nw) R. Belmont2011-07-302-0/+59
* H8: implemented LDM/STM, LDC/STC, double-shift versions of SHLL/SHLR, BIT imm... R. Belmont2011-07-302-6/+535
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-302-8/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-202-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-292-8/+8
* BIG update. Aaron Giles2011-03-293-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-272-30/+30
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-092-24/+24
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-082-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-062-12/+12
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-062-12/+12
* Attotime bulk conversion step: Aaron Giles2011-02-032-9/+9
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* H8: Fix unterminated string buffer [R. Belmont, Belegdol] R. Belmont2011-01-142-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* H8: implement ldc #imm, ccr and rotr.w Rx for csplayh5 [R. Belmont] R. Belmont2010-12-191-0/+39
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-193-3/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-193-104/+104
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+0
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-072-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-034-14/+13
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-2/+2
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-083-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-18/+17
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-2/+0
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* H8/3334: add analog input ports R. Belmont2010-03-061-0/+27
* H8: add bild and bist opcodes [R. Belmont] R. Belmont2010-02-221-4/+2
* H8: fix stack trashing when simultaneous IRQ sources asserted [R. Belmont] R. Belmont2010-02-203-2/+16