summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mc68hc11/mc68hc11.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-443/+0
* notes hap2015-05-131-1/+1
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-1/+1
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-1/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-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-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-1/+1
* mc68hc11.c: Modernized cpu core (nw) Wilbert Pol2013-08-231-9/+408
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+21
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Implemented preliminary Free Running Counter timer for MC68HC11 CPU core [Ang... Angelo Salese2011-09-101-0/+1
* Implemented default INIT register for MC68HC11 CPU core, necessary for Namco'... Angelo Salese2011-09-101-0/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-1/+1
* mc68hc11: fixed the I/O system by changing the has_io flag with a has_extende... Angelo Salese2009-06-261-1/+1
* mc68hc11: added user-selectable configs, and hooked up in both drivers Angelo Salese2009-06-231-0/+7
* mc68hc11: hooked up very basic IRQ support. Angelo Salese2009-06-211-0/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* added device_config to the disassembler. smf-2008-11-161-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-1/+1
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-3/+5
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+32