summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96 (follow)
Commit message (Expand)AuthorAgeFilesLines
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-4/+3
* Get rid of deprecated universal newlines open flag in Python scripts (io modu... Vas Crabb2019-12-091-3/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-2/+2
* i8x9x: Add baud rate register (nw) AJR2019-06-222-1/+13
* mcs96: Save the int_pending register as well (but note that it is not actuall... AJR2018-10-261-1/+1
* mcs96: Add save state and miscellaneous other stuff (nw) AJR2018-10-263-11/+63
* i8x9x: Add A/D interrupt (nw) AJR2018-10-261-0/+3
* i8x9x: More HSO stuff (interrupts & A/D conversion) (nw) AJR2018-10-261-2/+10
* i8x9x: Preliminary HSO stuff (nw) AJR2018-10-262-44/+69
* st62xx: Add to unidasm AJR2018-10-261-1/+1
* Improve MCS-96 (i8x9x) disassembly AJR2018-10-257-387/+664
* i8x9x: Forgot to add this to the map (nw) AJR2018-10-251-0/+1
* mcs96: Make SFRs more accessible to the debugger AJR2018-10-255-47/+109
* mcs96: Replace I/O space with callbacks; use internal space for non-executabl... AJR2018-10-246-403/+309
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+11
* Reshuffle some stuff: Vas Crabb2018-03-282-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-6/+6
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-293-11/+11
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2613-328/+452
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-104-6/+6
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-034-6/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-33/+36
* clean up a few more device issues, add basic device validation Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-205-17/+7
* Changed the mcs96 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-272-45/+55
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-249/+249
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-2/+2
* 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
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-2/+2
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-2/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-013-3/+3
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-052-0/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-206-61/+61
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-166-61/+61
* 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
* override part 2 (nw) Miodrag Milanovic2015-12-053-32/+32
* clang-modernize part 3 Miodrag Milanovic2015-12-042-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-2/+2
* Fixed uninitialized class members Miodrag Milanovic2015-11-192-2/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0