summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6809/m6809.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-608/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-4/+36
* Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-311-3/+3
* 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-3/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* m6809: add proper pre_save and post_load for hd6309 (nw) Alex W. Jackson2014-07-211-4/+3
* m6809: add missing members to save registration; this should fix the save sta... Alex W. Jackson2014-07-071-0/+2
* m6809: fix typo in device_post_load(), should fix various savestate regressio... Alex W. Jackson2014-07-071-1/+1
* Fix for MT#05210 Wilbert Pol2014-01-171-0/+3
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-0/+5
* "#pragma GCC diagnostic" was actually added in 4.2, fixes Intel OSX builds (nw) R. Belmont2013-11-171-2/+2
* Final fix: MAME builds warning-free on PowerPC OS X again (nw) R. Belmont2013-11-161-1/+2
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-4/+4
* break kram3 on purpose - marked it NOT_WORKING until encryption is implemente... Michaël Banaan Ananas2013-06-031-2/+1
* fix kram3 set locking up MAME Michaël Banaan Ananas2013-06-031-25/+2
* modernised the YM3526, which also required adding write lines to the 6502, 68... smf-2013-05-121-0/+10
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-39/+39
* Turning off LOG_INTERRUPTS Nathan Woods2013-03-171-1/+1
* (typo) Michaël Banaan Ananas2013-03-081-1/+1
* Konami CPU EXG bug fix; m6809 CPU EXG/TFR cleanups (nw) Nathan Woods2013-03-081-0/+49
* m6809 reset fix; resetting trackfld works now (nw) Nathan Woods2013-03-081-2/+2
* changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, s... smf-2013-03-061-2/+2
* Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the Nathan Woods2013-03-041-751/+227
* Initializing variables to zero (nw) Nathan Woods2013-02-221-0/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-434/+434
* 1. [M6809] Uninitialized variable fix (nw) Nathan Woods2012-12-241-1/+3
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-23/+29
* - m6809: Modernized the M6809 core. [MooglyGuy] Ryan Holtz2012-12-231-385/+480
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* 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-16/+16
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* rm confusing old note, there was a hack ages ago but it's long gone Michaël Banaan Ananas2011-03-181-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-12/+12
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* m6800 - Fixed initial state of bit 7 and 6 of flag registers (according to do... Miodrag Milanovic2010-08-271-269/+2
* 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-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+5
* 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-3/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6