summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6809
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-4/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* more Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-051-16/+16
* Remove use of has_key() for Python 3 compat. (nw) Mike Naberezny2015-03-031-2/+2
* Remove except clause syntax not supported on Python 3. (nw) Mike Naberezny2015-03-031-2/+3
* Remove unused imports. (nw) Mike Naberezny2015-01-251-2/+0
* fix warning (this was useless anyway: m_temp is really temporary) Michaël Banaan Ananas2014-09-081-1/+0
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-082-11/+8
* fix http://mametesters.org/view.php?id=5350 Michaël Banaan Ananas2014-08-118-43/+24
* Cleanups and version bump Miodrag Milanovic2014-07-222-20/+19
* m6809: add proper pre_save and post_load for hd6309 (nw) Alex W. Jackson2014-07-214-11/+108
* m6809: add missing members to save registration; this should fix the save sta... Alex W. Jackson2014-07-071-0/+2
* m6809: fix another typo (nw) Alex W. Jackson2014-07-071-1/+1
* m6809: fix typo in device_post_load(), should fix various savestate regressio... Alex W. Jackson2014-07-071-1/+1
* devcb write8 was in fact enough for rev.31113 (thanks AWJ for noticing). nw. Fabio Priuli2014-06-262-11/+9
* konami cpu: converted to use delegates. nw. Fabio Priuli2014-06-262-27/+13
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* fix some warnings on older GCCs (e.g. OSX PPC) (nw) R. Belmont2014-05-041-1/+1
* Some changes/corrections to device descriptions per Dev request (nw) Scott Stone2014-04-181-1/+1
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-171-1/+1
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-032-6/+6
* Fix for MT#05210 Wilbert Pol2014-01-173-0/+15
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-062-0/+6
* "#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
* HD6309: Fixing MULD regression introduced in the 6x09 rewrite (mametesters b... Nathan Woods2013-08-121-7/+0
* Make the Python scripts line ending agnostic (fixes *IX/OS X build from mamed... R. Belmont2013-06-251-1/+1
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-214-7/+7
* (MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to f... Miodrag Milanovic2013-06-191-0/+3
* break kram3 on purpose - marked it NOT_WORKING until encryption is implemente... Michaël Banaan Ananas2013-06-034-25/+5
* fix kram3 set locking up MAME Michaël Banaan Ananas2013-06-034-48/+14
* modernised the YM3526, which also required adding write lines to the 6502, 68... smf-2013-05-122-0/+13
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-197-354/+353
* Fixed PC relative addressing on konamicpu; scontra and thunderx work now (nw) Nathan Woods2013-03-171-2/+4
* Fix compile problems on some OS X versions (nw) R. Belmont2013-03-173-1/+18
* nevermind previous commit :) the other way around makes more sense, since kon... Michaël Banaan Ananas2013-03-172-7/+7
* fix EXG order for konami cpu Michaël Banaan Ananas2013-03-171-4/+4
* Turning off LOG_INTERRUPTS Nathan Woods2013-03-171-1/+1
* i overlooked this one Michaël Banaan Ananas2013-03-161-1/+1
* looked through m6809 ops and fixed what i noticed (improves rollerg) Michaël Banaan Ananas2013-03-162-3/+3
* Comment fix (nw) Nathan Woods2013-03-131-1/+1
* Konami CPU fix, doesn't seem to help with anything (nw) Nathan Woods2013-03-131-2/+2
* m6809: Now setting the E condition code when SWI instruction is executed (nw) Nathan Woods2013-03-091-0/+1
* Fixed subtle problem in 6x09 CWAI instruction; rocnrope is now fixed (nw) Nathan Woods2013-03-091-0/+1
* Konami CPU fix, parodius works now (nw) Nathan Woods2013-03-091-4/+4
* m6809 fix; vectrex works now (nw) Nathan Woods2013-03-092-3/+24
* (typo) Michaël Banaan Ananas2013-03-083-3/+3
* Fixed bug in konami/6309 16-bit NEG; quarth is now playable again (nw) Nathan Woods2013-03-081-1/+1
* Konami CPU EXG bug fix; m6809 CPU EXG/TFR cleanups (nw) Nathan Woods2013-03-083-52/+52
* m6809 reset fix; resetting trackfld works now (nw) Nathan Woods2013-03-081-2/+2