summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816
Commit message (Expand)AuthorAgeFilesLines
* Changed the G65816 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-142-29/+37
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-225-30/+30
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+3
* let's tidy up some scope (part 2 of evil plan) Vas Crabb2016-08-181-101/+142
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-12/+12
* Fixed back N5A22 clock steps, nw Angelo Salese2016-06-071-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-202-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-6/+6
* 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
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-122-6/+6
* override part 1 (nw) Miodrag Milanovic2015-12-051-18/+18
* clang-modernize part 3 Miodrag Milanovic2015-12-042-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-087-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-0/+5340