summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs48/mcs48.cpp
Commit message (Expand)AuthorAgeFilesLines
* mcs48: Further distinction of UPI variants (nw) AJR2019-06-161-30/+42
* mindset: Fix the 8042s, clock starts ticking [O. Galibert] Olivier Galibert2019-06-161-0/+6
* mcs48: Update documentation (nw) AJR2019-06-161-6/+10
* MT 05732 (nw) AJR2018-12-091-4/+5
* sdk51: Add keyboard (nw) AJR2018-10-061-1/+1
* mcs48: Set lower 4 bits of P2 to input during (and after) MOVD A,Pp AJR2018-10-031-4/+10
* i8243: Device overhaul (nw) AJR2018-09-241-1/+1
* mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw) AJR2018-09-231-11/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+3
* 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-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-16/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* mcs48: More specific emulation of Intel 8021 AJR2018-01-231-63/+157
* mcs48.cpp: UPI has no external memory space (nw) AJR2018-01-231-6/+12
* mcs48: Program counter wraps at 11 bits AJR2018-01-231-2/+6
* UPI lacks MB0/MB1 paging (nw) AJR2018-01-231-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-7/+5
* srcclean (nw) Vas Crabb2017-11-261-6/+6
* Replaced hacky Kaypro keyboard that bypassed the SIO with emulated Vas Crabb2017-10-281-37/+25
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-44/+44
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-30/+69
* 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-201-4/+4
* 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-221-21/+21
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-62/+62
* 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
* Removed restrictions from files where we have written approval (nw) Miodrag Milanovic2016-03-241-1/+0
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-21/+21
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-21/+21
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-4/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1334