summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/x2201.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
| | | | | | | | | | | | | | | | | | | | 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
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+0
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+11
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* x2201: Remove no longer needed byte read handler (nw) AJR2019-03-011-11/+0
|
* x2201: More notes (nw) AJR2018-10-201-1/+6
|
* New machines marked as NOT_WORKING AJR2018-10-121-0/+189
---------------------------------- Scientific Instruments Model 5500 Temperature Controller [ClawGrip]