summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809
Commit message (Expand)AuthorAgeFilesLines
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-1/+1
* Fixed a recently introduced bug in the 6x09 disassembler that could cause ass... Nathan Woods2016-10-301-0/+5
* Changing this from an assert() to something that always executes (fixing a cl... Nathan Woods2016-10-241-3/+9
* Merging Konami disassembler with M6809/HD6309 disassemblers Nathan Woods2016-10-232-2449/+1133
* Merged the M6809 and HD6309 disassemblers, and changed to properly use streams Nathan Woods2016-10-233-1562/+999
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-223-14/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2213-293/+293
* Sync pc & curpc, remove superfluous callimport()/callexport() on STATE_GENFLA... smf-2016-10-212-5/+24
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-273-11/+10
* m6809: Improve debugging support for 6809/6309 cpus Erik G2016-07-1212-560/+570
* Further IRQ passthrough cleanup AJR2016-07-082-19/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-013-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+2
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-055-0/+10
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-206-10/+10
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-166-10/+10
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* updated checks since old versions are anyway not supported (nw) Miodrag Milanovic2015-12-092-3/+2
* override part 2 (nw) Miodrag Milanovic2015-12-052-11/+11
* override part 1 (nw) Miodrag Milanovic2015-12-051-20/+20
* clang-modernize part 3 Miodrag Milanovic2015-12-043-14/+14
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Some more cleanup (nw) Miodrag Milanovic2015-11-113-5/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* m6809make.py: Fix syntax error on Python 3. (nw) Mike Naberezny2015-11-031-5/+5
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1315-0/+8989