summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8000
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+9800