summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mc68hc11/mc68hc11.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-599/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* 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
* 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
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-1/+0
* fixed usage of uninitialized members in mc68hc11_cpu_device (nw) Oliver Stöneberg2014-04-241-10/+11
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-1/+1
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-2/+2
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+0
* mc68hc11.c: Modernized cpu core (nw) Wilbert Pol2013-08-231-351/+227
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-4/+2
* Some changes to PDP-11, nw Angelo Salese2013-07-031-1/+1
* mc68hc11: fixed hang after soft reset. (nw) Sandro Ronco2013-01-131-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-130/+130
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* 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
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-3/+3
* Implemented save support to HC11 core [Angelo Salese] Angelo Salese2011-09-111-1/+31
* Forgot this ... seems to be running by now ... Angelo Salese2011-09-101-0/+4
* Implemented preliminary Free Running Counter timer for MC68HC11 CPU core [Ang... Angelo Salese2011-09-101-3/+80
* Implemented default INIT register for MC68HC11 CPU core, necessary for Namco'... Angelo Salese2011-09-101-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-26/+26
* 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-031-2/+3
* 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-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* 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-2/+2
* 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-4/+4
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-1/+1