| Commit message (Expand) | Author | Age | Files | Lines |
* | tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... |  hap | 2024-09-20 | 1 | -1/+1 |
* | diexec: Remove vestigial execute_burn override |  AJR | 2024-09-18 | 1 | -1/+1 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -8/+7 |
* | emu/devfind.h: Added a lookup() member function to device finders. |  Vas Crabb | 2023-06-12 | 1 | -7/+7 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -8/+8 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -1/+1 |
* | cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco] |  Vas Crabb | 2023-03-11 | 1 | -16/+21 |
* | Z180 ASCI (#9762) |  Miodrag Milanović | 2022-06-06 | 1 | -8/+18 |
* | -tim011.cpp: Hooked up floppy drives properly. (#9649) |  Miodrag Milanović | 2022-05-02 | 1 | -0/+5 |
* | hd647180x: Eliminate data space and instead map internal RAM into program spa... |  AJR | 2021-03-17 | 1 | -2/+3 |
* | z180: Updates |  AJR | 2020-08-12 | 1 | -7/+5 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -5/+3 |
* | z8s180: Internalize certain registers; make clock divider software-selectable |  AJR | 2020-03-22 | 1 | -5/+21 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -7/+7 |
* | Add internal clock divider for Z180 family and adjust CPU clocks in many driv... |  AJR | 2019-10-02 | 1 | -0/+2 |
* | hd64180rp: Fix major address space configuration error (nw) |  AJR | 2019-09-30 | 1 | -1/+1 |
* | Split generic Z180 device into several subtypes. HD647180X now has specific d... |  AJR | 2019-09-30 | 1 | -8/+47 |
* | z180: Separate out internal registers by function; get rid of a lot of not-so... |  AJR | 2019-06-17 | 1 | -82/+92 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+2 |
* | proposal: move z80daisy* to devices/machine (#3572) |  Patrick Mackinlay | 2018-05-15 | 1 | -1/+1 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -2/+2 |
* | Merge pull request #2850 from BartmanAbyss/master |  R. Belmont | 2017-11-26 | 1 | -0/+3 |
|\ |
|
| * | z180: fixed Z180_RCR_REFW; support Wait State Generator (DCNTL) |  bwodok | 2017-11-26 | 1 | -0/+3 |
* | | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -3/+1 |
|/ |
|
* | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -1/+1 |
* | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -1/+1 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -7/+5 |
* | z180: added support for DREQ, TEND signals; fixed dma0 count, DREQ handling (... |  BartmanAbyss | 2017-04-25 | 1 | -5/+12 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -53/+53 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -5/+1 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+5 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -5/+1 |
* | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 1 | -2/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -1/+1 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -1/+1 |
* | override part 2 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -17/+17 |
* | Cleanup devcpu.h (nw) |  Miodrag Milanovic | 2015-11-06 | 1 | -7/+0 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+1788 |