| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
core: Better support for external mmus
Note: I didn't expect to push that one right now, it's missing
documentation among other things, but since some people seems to be
interested to work on that driver I don't want to hold them.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It is completely non-functional. The loading code is commented out,
and the saving code crashes, because it attempts to access 70 tracks
regardless of how many there actually are.
The code has been in this state ever since it's been added in 36ea482a,
so it seems unlikely that it'll improve. Moreover, its utility seems
questionable: I haven't been able to find a single floppy image with an .rti
extension (and there are none listed in the software list). OTOH, for every
game mentioned in the description, there are WOZ images that can be used
instead (except for The Toy Shop, which has DSK images).
|
| | |
|
| |
|
|
| |
Note that IMD is one of the default MFM formats, so there is no need to add it explicitly.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Read callbacks now need a default return value supplied at construction.
Replaced isnull() with isunset() which tells you if the callback wasn't
configured rather than whether it isn't safe to call.
Enabled validation of device callbacks (it seems it was disabled at some
point, probably accidentally).
Device callbacks and object finders now implement the same interface for
resolution.
|
| |
|
|
| |
as_dsk: Create a common base class, merge what is currently identical
|
| |
|
|
| |
moof: Added support.
|
| | |
|
| |
|
|
| |
names there
|
| | |
|
| |
|
|
|
|
| |
OSS interrupt control
* machine/applefdintf.*: Correct permissions
|
| |
|
|
|
|
| |
What's missing:
- parameters (like the disk name when it exists)
- possibly a cleanup of ram_open and friends (but not sure of the appropriate direction in which to go)
|
| |
|
|
| |
"mfm", "fm" and "pc" list of formats. Their contents, and which driver uses what, may need some tuning.
|
| | |
|
| | |
|
| |
|
|
| |
This format was not supported by the new floppy subsystem.
This commit provides read-only support of .nib files.
|
| |
|
|
|
|
|
| |
flopimg: Change the extracted sectors into vector<vector<uint8_t>>
flopimg: Add a Mac sector extraction
apple 3.5 gcr: Generalize track creation/extraction
apple 3.5 gcr: Add a pure sector format
|
| | |
|
| | |
|
| |
|