summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8000/z8000.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-13/+13
* z8001: Expand address space to 23 bits (nw) AJR2020-04-191-0/+29
* z8002: Correct width of I/O space (16-bit, not 8-bit) AJR2020-04-161-5/+3
* z8000: Use callbacks to vector all external interrupts; correct data pushed d... AJR2020-04-161-10/+14
* z8000: Clean up reset sequence (don't read program space at device_reset time... AJR2020-04-161-5/+6
* 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-131-12/+32
* z8000: Register save state; misc. cleanup AJR2019-05-121-10/+19
* -z8000, tmpz84c015: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-061-4/+1
* 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-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-30/+11
* z8000: the z8000 daisy chain is different enough from the z80 that it'll prob... cracyc2017-10-091-3/+1
* 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-25/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+41
* Fix debug commands in drivers and devices (nw) AJR2017-03-031-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-130/+130
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-1/+1
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-1/+1
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-0/+3
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+3
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* 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-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-28/+28
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+678