| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
| |
Apple II 3.5" Disk Controller Card, Apple P/N A0076LL/A, Announced July 1991, Released March 1992. $149.95 MSRP
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* x76f100: Implement security features
* x76f041: Implement security features
* zs01: Implement security features
* ksys573: Update security flash data
* k573mcal: Add master calendar for initializing security cassettes
* zs01: Update comment about unknown serial
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
callbacks
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove the iodevice_t classification, which was not used that much and was incomplete anyway. Image device implementations must now provide their own instance names and brief instance names. Several new parent classes have been created to make it easier to use the old standard names.
- Change must_be_loaded from a pure virtual function to be overridden in implementations to a getter for a base class property that can be set on the host side (as was formerly made possible for NES, MD and "generic" cartridge slots) but defaults to false for all types. This restrictive property has been unset for a small number of cases.
- Create parent classes for paper tape and magnetic tape devices. At present these are dummy classes that do little to nothing, but may help unify implementations in the future.
- Change several member functions to take std::string_view parameters rather than const std::string & or const char *.
- Make update_names take into account brief names, as discussed in PR #2555.
- Remove the obsolete uses_file_extension function (which used thread-unsafe strtok).
* portfolio_ccm_slot: Change image type from "cartridge" to "memcard"
* i7220, datapack: Add custom instance names that weren't there before
* pc11: Add note
|
| |
|
|
|
|
|
|
|
|
| |
* new NOT WORKING machines
---------------
Dig Dug (mini arcade) [Sean Riddle, Kamaal Brown]
Spy Hunter (mini arcade) [Sean Riddle, Kamaal Brown]
Galaga (Tiny Arcade) [Sean Riddle]
Turtle Fighter (Tiny Arcade) [Sean Riddle]
Galaga (mini arcade) [Sean Riddle, Kamaal Brown]
Tetris (miini arcade) [Sean Riddle, Kamaal Brown]
|
| |
|
|
| |
names there
|
| | |
|
| | |
|
| |
|
|
|
| |
New machines marked as not working
-------------------------
NedoPC, TS-Labs ZX Evolution TS-Configuration
|
| |
|
|
| |
output in addition to rst output, save internal registers instead of user buffer, do not update internal date/time at startup if STOP flag is set, copy internal date/time into user readable registers at startup, set hour correctly at startup if in 12 hour mode, remove unused bcd validation code, fix leap year detection, fix alarm, mask all registers on read, changed wdi to a write line, derive timing from device clock, added missing state save, implement default region [smf]
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
(#8980)" (#8982)
This reverts commit 04c0b4fbb283783905b6350a879bcbf2fbc604c0.
|
| |
|
| |
This reverts commit 7ce27dadde9c2ad7f8b75e963bae8f47638d054d.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Trying to replace a non-existent device or trying to add a device with
root or parent references in the path is now fatal. If you find
yourself wanting to do this, your design is probably broken.
|
| | |
|
| |
|
|
| |
-machine/dl11.cpp: Slight cleanup.
|
| | |
|
| | |
|
| | |
|
| |
|
| |
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK and clean up state changes
|
| |
|
|
|
|
| |
* Patched up a pile of code that was rotting behind UNUSED_FUNCTION, and
switched to [[maybe_unused]] attribute so it can't rot so easily.
* Reduced a bit more redundancy in fruit machine layouts.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
-layouts: Started cleaning up fruit machine layouts to reduce bloat.
-Fixed a few miscellaneous Coverity errors.
|
| |
|
|
|
|
| |
* Minor changes to various drivers (todo, comments, text strings).
* ec1847: Moved to pc.cpp, it's a generic OEM clone.
* Use proper name for serial/parallel ports card in ec1840 and ec1841.
* superga2: Moved to arcade section, updated emulation status.
|
| | |
|
| |
|
|
|
| |
* machine/wd_fdc.cpp: Code style consistency fixes.
* language/Greek: Removed obsolete messages.
|
| |
|
|
|
|
|
| |
Patched up positron.cpp input ports - you shouldn’t use PORT_NAME when
the key cap label is just the characters it produces anyway, and you’re
supposed to use the actual character a key produces for PORT_CHAR or
"natural" keyboard mode/paste will be unnatural.
|
| | |
|
| | |
|