summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* z8000: Pile on some extra address spaces (nw) AJR2019-05-133-398/+468
* z8000: Register save state; misc. cleanup AJR2019-05-122-14/+47
* -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-061-4/+1
* c8002: Z8002 writes ED 4D here (nw) AJR2018-08-141-0/+2
* devcb3 Vas Crabb2018-07-071-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+2
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Revert "z8000: No unaligned word accesses (nw)" AJR2018-01-121-4/+2
* z8000: No unaligned word accesses (nw) AJR2018-01-101-2/+4
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... smf-2017-11-281-3/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-267-761/+1205
* z8000: the z8000 daisy chain is different enough from the z80 that it'll prob... cracyc2017-10-092-4/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-6/+6
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-31/+30
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-126/+131
* Fix debug commands in drivers and devices (nw) AJR2017-03-032-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the Z8000 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-251-80/+87
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-459/+459
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-282-3/+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-272-2/+3
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-272-3/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-083-41/+49
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-013-2/+2
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-142-1/+5
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-203-29/+29
* 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-163-29/+29
* 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-051-28/+28
* clang-modernize part 3 Miodrag Milanovic2015-12-044-8/+8
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* z800x: Fix the disassembly [Oliver Lehmann] Olivier Galibert2015-11-191-5/+5
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0