summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/ktaa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-1/+1
| | | | (#12822)
* saitek_osa/odyssey2 slot devices: add anonymous namespace hap2024-03-271-3/+28
|
* odyssey2/ktaa: re-add support for 16KB size hap2021-01-051-11/+21
|
* odyssey2: add service test cart 7seg output hap2021-01-041-1/+1
|
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | API impact: - install_ram/rom/writeonly now requires a non-null pointer. If you want automatically managed ram, add it to a memory map, not in machine_start - install_*_bank now requires a memory_bank *, not a string - one can create memory banks outside of memory maps with memory_bank_creator - one can create memory shares outside of memory maps with memory_share_creator Memory maps impact: - ram ranges with overlapping addresses are not shared anymore. Use .share() - ram ranges touching each other are not merged anymore. Stay in your range Extra note: - there is no need to create a bank just to dynamically map some memory/rom. Just use install_rom/ram/writeonly
* odyssey2: shorthand variable types in source code hap2020-09-281-1/+1
|
* odyssey2: put voice roms in softwarelist hap2020-08-281-2/+3
|
* untangle bus/odyssey2/rom.cpp hap2020-08-121-0/+52