summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280/h6280.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-2581/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* Changes for Bryan McPhail (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* rename functions with upper case names to lower case to avoid #define collisi... smf-2014-01-221-642/+637
* replaced #defines with inline functions (nw) smf-2014-01-211-318/+1902
* moved contents of .inc into .c to removed #define pollution when including h6... smf-2014-01-211-32/+331
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* no idea why these used CPU_DISASSEMBLE but didn't use CPU_DISASSEMBLE_NAME fo... smf-2013-03-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-37/+37
* 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-231-304/+469
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* 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-101-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-311-3/+3
* 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-191-0/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* 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-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+12
* 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-181-3/+3
* 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-101-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* CPU cores now compile cleanly. Aaron Giles2009-03-151-3/+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-111-2/+2
* 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
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-8/+8
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. Aaron Giles2008-12-091-7/+2
* Pointer-ified the h6280 cpu core. [Andrew Gardner] Andrew Gardner2008-12-091-219/+190
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-23/+23