summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002
Commit message (Expand)AuthorAgeFilesLines
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-258-10905/+0
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-14/+14
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-232-0/+9
* h8: PC and CCR are packed into one longword. Fixes coinmvga games. [O. Galib... R. Belmont2013-02-222-8/+7
* Fixed H8S regression, cybikoxt now works again. (nw) Sandro Ronco2013-02-141-3/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-118-646/+642
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-173-5/+5
* (nw) R. Belmont2012-12-031-1/+2
* h8: H8S analog I/O is now routed to the driver like in the original H8s [R. B... R. Belmont2012-12-022-2/+27
* h8 updates: [R. Belmont] R. Belmont2012-11-286-53/+189
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-192-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-172-16/+16
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-172-5/+5
* Pass 2 of struct modernization. Aaron Giles2012-09-152-10/+10
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* 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