summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280
Commit message (Expand)AuthorAgeFilesLines
* rename functions with upper case names to lower case to avoid #define collisi... smf-2014-01-222-784/+774
* replaced #defines with inline functions (nw) smf-2014-01-213-1620/+2047
* moved contents of .inc into .c to removed #define pollution when including h6... smf-2014-01-213-353/+408
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* Renamed one more include of .c in h file, and updated makemak (nw) Miodrag Milanovic2013-06-182-1/+1
* no idea why these used CPU_DISASSEMBLE but didn't use CPU_DISASSEMBLE_NAME fo... smf-2013-03-061-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-7/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-983/+983
* Some information for PoP Angelo Salese2013-01-041-1/+1
* And I missed the PC (nw) R. Belmont2013-01-041-1/+1
* h6280: remove extraneous colons from register names, makes debugger syntax to... R. Belmont2013-01-041-19/+19
* h6280: fix disassembler hookup [R. Belmont] R. Belmont2012-12-271-1/+1
* (nw) Fix compile error on some compilers. Should hopefully improve pce, sgx, ... Ryan Holtz2012-12-251-2/+2
* (nw) Just in case... Ryan Holtz2012-12-251-0/+1
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-234-636/+781
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* prevent possibility of out of bounds array access, this fixes a crash in deco... Michaƫl Banaan Ananas2012-01-141-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-23/+23
* running_device -> device_t Aaron Giles2010-12-312-5/+5
* Removed a misleading warning message, this is already supported by the CPU co... Angelo Salese2010-09-131-2/+1
* Fixed a bogus Hu6280 CPU core bug with timer latch division values readings [... Angelo Salese2010-09-071-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-193-2/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-15/+15
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-5/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-172-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-082-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-14/+13
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-6/+6
* Within src/emu, basic conversions: Aaron Giles2010-01-121-4/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-2/+2
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-6/+6
* Results of running the latest srcclean. Aaron Giles2009-12-283-38/+38
* > -----Original Message----- Aaron Giles2009-10-211-2/+0
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* CPU cores now compile cleanly. Aaron Giles2009-03-152-4/+0
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-8/+17
* Ok, this is The Big One. Aaron Giles2009-02-112-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-2/+2
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-10/+10