summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs48 (follow)
Commit message (Expand)AuthorAgeFilesLines
* mcs48dsm.cpp: Give INS opcode proper name (nw) AJR2018-06-061-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+0
* mcs48: minor dasm fix (nw) Patrick Mackinlay2018-05-131-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-18/+24
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-16/+16
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-19/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-8/+14
* mcs48dsm: Accidentally omitted break (nw) AJR2018-01-231-0/+1
* mcs48: More specific emulation of Intel 8021 AJR2018-01-234-135/+363
* mcs48.cpp: UPI has no external memory space (nw) AJR2018-01-231-6/+12
* mcs48: Use 11-bit offsets now (nw) AJR2018-01-231-30/+30
* mcs48: Program counter wraps at 11 bits AJR2018-01-231-2/+6
* UPI lacks MB0/MB1 paging (nw) AJR2018-01-232-2/+2
* mcs48, s2650: Use paged mode for disassembler AJR2018-01-232-0/+12
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-113/+136
* srcclean (nw) Vas Crabb2017-11-262-9/+9
* Replaced hacky Kaypro keyboard that bypassed the SIO with emulated Vas Crabb2017-10-282-37/+42
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-4/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-79/+79
* mcs48: Convert ports to devcb (nw) AJR2017-05-062-55/+136
* New working machine added hap2017-04-221-4/+7
* Self-registering devices prep: Vas Crabb2017-02-271-19/+19
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-18/+8
* Changed the mcs48 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-151-248/+258
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-1/+1
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-223-32/+32
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-139/+139
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-6/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-2/+6
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-6/+2
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-14/+28
* Removed restrictions from files where we have written approval (nw) Miodrag Milanovic2016-03-242-2/+0
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-202-42/+42
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-162-42/+42
* 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-5/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-23/+23
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-0/+2290