summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/seals8k.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-2/+2
| | | | (#12822)
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
| | | | | emu/diimage.h: Removed fread overloads that allocate memory for output. util/core_file.cpp: Changed output size of load to size_t.
* Use ioprocs classes instead of emu_file for device_nvram_interface's load ↵ AJR2022-02-271-8/+8
| | | | and save methods, and have these return false on I/O errors
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
| | | | | | | | | | | | | 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-4/+4
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) AJR2019-02-251-4/+4
|
* bus/s100: Collect data reads by ANDing with FF, not ORing with 0 (nw) AJR2018-11-251-1/+1
|
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove ↵ AJR2018-06-241-1/+1
| | | | now-superfluous .get() in many drivers/devices (nw)
* Sarayan made me do it. Vas Crabb2018-04-281-3/+5
| | | | | | | | | | Concrete device types now have a call operator that instantiates a device. This change means you *must* use DECLARE_DEVICE_TYPE to declare the public interface of your device, even if it's device_t. If you want to use private implementation classes, use DEFINE_DEVICE_TYPE_PRIVATE and instantiate the object finders.
* Add Seals 8K SC Memory Board to S-100 bus emulation AJR2017-12-141-0/+221