| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
added (#12767)
|
|
|
|
|
|
|
|
| |
- imagedev/floppy.cpp: Add 3-inch double-sided quad-density format
- oric_microdsk: Add DSQD drives to configuration and enable one by default
- amstrad/pcw.cpp: Upgrade all configurations using double-sided drives to quad density
- bbc_ams3: Make drives single-density since 8271 controller doesn't support MFM
- oric_dsk: Don't blindly trust the number of tracks and sides to be valid
|
|
|
|
|
| |
* floppy.cpp: Use standard drives for hard-sectored systems
* fix typo
|
|
|
|
| |
single-sided drives
|
|
|
|
|
|
|
| |
Gallager's patches.
Removal of the flux screen experiment.
Removal of the unused get_pos().
|
|
|
|
|
|
|
| |
igspgmcrypt.cpp: Fixed a recently-introduced Endianness issue.
sega/dsbz80.cpp: Don't leak the MPEG audio decoder.
sega/dsbz80.cpp: Don't initialise the sample buffer on construction - it happens on reset anyway.
formats/fs_coco_os9.cpp: Use lowercase for hexadecimal literals.
|
|
|
|
|
|
|
|
|
|
| |
* sony_news.xml: Added proper compatibility flags for different
generations.
* cpu/pic16x8x: This is very much a derivative work.
* cpu/tms32025.cpp: Allow stack push/pop to be inlined.
* tecmo/bombjack.cpp: Avoid needing to remove and replace devices in
machine configuration.
* Various other cleanup.
|
|
|
|
|
|
| |
With this change, all the SSDD disks from hpmuseum can be read,
and the size of the disk matches. While at it, also fix a typo.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
|
| |
|
| |
|
|
|
|
|
| |
* olympia/dday.cpp: Correctly size the inappropriately named "color RAM".
* util/cdrom.cpp, formats/fs_fat.cpp: More const, less copying.
|
|
|
|
|
|
|
|
| |
* Fixed titles.
* Added details from cartridge labels.
* Added track list for Hi-kara user cartridge.
-formats/fs_cbmdos.cpp: More const
|
| |
|
|
|
|
|
| |
* lib/formats/fs_cbmdos.cpp: Fix display of all directory entries.
* Give the magic number a name.
|
| |
|
| |
|
|
|
|
|
|
| |
controller card. (#12254)
* ussr/uknc.cpp: Added second CPU and corrected CPU clocks.
* bus/qbus: Added UKNC KMD floppy controller card device.
|
|
|
|
| |
-formats/wavfile.cpp: Fixed a class memory access warning.
|
| |
|
|
|
|
| |
igor: lcd battery segment is unused
|
|
|
|
| |
* Add structure checks in identify
* Use less strong FIFID flags
|
|
|
|
|
| |
cassette images in FLAC format. (#12115)
util/flac.cpp: Implemented seek/tell callbacks for FLAC library.
|
| |
|
|
|
|
|
| |
emu/diimage.h: Removed fread overloads that allocate memory for output.
util/core_file.cpp: Changed output size of load to size_t.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New working software list items (h88_cass.xml)
------------------------
BUG-8 02.05.00 [Society of Eight-Bit Heathkit Computerists]
BUG-8 02.06.00 [Society of Eight-Bit Heathkit Computerists]
Extended Benton Harbor Basic 10.05.00 [Society of Eight-Bit Heathkit Computerists]
Extended Benton Harbor Basic 10.05.01 [Society of Eight-Bit Heathkit Computerists]
Extended Benton Harbor Basic 10.06.00 [Society of Eight-Bit Heathkit Computerists]
Heath H8 Assembler 04.05.00 [Society of Eight-Bit Heathkit Computerists]
Heath H8 Assembler 04.06.00 [Society of Eight-Bit Heathkit Computerists]
Heath/Wintek H8 Editor 03.05.00 [Society of Eight-Bit Heathkit Computerists]
Heath/Wintek H8 Editor 03.06.00 [Society of Eight-Bit Heathkit Computerists]
|
|
|
|
|
|
|
| |
- Refilter list of specific floppy formats using the known form factor and variant before trying to mount a filesystem on an image
- Sort identify results by decreasing score (code already expects the best format to be first)
* formats/ap_dsk35.cpp: Remove temporary hack
|
|
|
|
| |
recorded sector counts unless they are divisible by 10
|
| |
|
|
|
|
| |
lib/formats/idpart_dsk.cpp - added Iskra Delta Partner floppy image format
|
| |
|
|
|
|
|
|
|
| |
- Allow floptool to use ProDOS filesystem with 140K 5.25" disks
- Actually list OS and date/time file attributes
- Fix decoding of dates to match Apple II ProDOS
- Skip header entries in a less hacky way
|
|
|
|
|
|
|
| |
- Get the volume label from the root directory, rather than from the extended BPB (which is less reliable)
- Ignore long file name entries for now
* floptool: Add new line to error message report
|
| |
|
| |
|
|
|
|
| |
multibyte.h helpers
|
|
|
|
| |
(#11848)
|
| |
|
|
|
|
| |
format. (#11841)
|
| |
|
| |
|
| |
|
|
|
|
| |
Only functional change is nltool counting lines from 1 rather than zero to match text editors.
|
|
|
|
|
|
|
|
|
| |
This caused numerous regressions, including floppy formats not working
and application hangs when using some formats.
This reverts commit b2c399c61d65063ae95e8387d34b098e9516b1a9.
This reverts commit cf510adc9d34b4ad9a065f3d5bfbcf17115ea06f.
|
| |
|
| |
|
|
|
|
|
| |
- Add noexcept to format information overrides and several simple floppy_image accessors.
- Be more const-correct and use references instead of raw pointers wherever applicable. In particular, floppy_image_device::load and floppy_image_device::save now take a reference to floppy_image rather than a pointer, const-qualified in the latter case.
|
| |
|