summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/upd765_dsk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats: Get rid of more inappropriate use of emu_fatalerror (and fix some ↵ Vas Crabb2020-08-301-6/+5
| | | | spelling issues, etc. while I'm at it)
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-131-1/+3
| | | | | | | | | | | The only link dependency left is emu_fatalerror. The format handlers really shouldn't be throwing fatal errors at all - they should just fail to load an image they can't handle. Maybe the interface should be enhanced to allow better propagation of errors up from the format handlers so they can be displayed in a UI rather than just logged. The only other two dependencies are on logmacro.h (pure macros) and the PAIR type from emucore.h (possibly worth moving to util).
* (nw) fix stuff: Vas Crabb2018-11-291-2/+1
| | | | | | | | * Add per-language compiler flag options to help with exotic setups * Get rid of a potention buffer overrun in NuBus image card * CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names * Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members * Don't rely on random BSS data being zero in imagedev/floppy.cpp
* Revert "wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]" Olivier Galibert2017-02-161-1/+1
| | | | This reverts commit 16f79382aa892eb478813e3fc4b812e9e875fbaf.
* wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder] Curt Coder2017-02-161-1/+1
|
* pc_dsk: Handle 1.44MB images with 1,024-byte footer, which have turned up in ↵ Justin Kerk2017-01-081-2/+2
| | | | a couple places (nw)
* pc_dsk: Support 360K images with 512-byte header, found in some softlist ↵ Justin Kerk2016-12-291-3/+3
| | | | entries. [Justin Kerk]
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Workaround for MT 06194 (potential segfault during floppy load) AJR2016-05-011-0/+6
|
* fixing some more override (nw) Miodrag Milanovic2015-12-061-2/+2
|
* - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with therealmogminer@gmail.com2015-11-091-1/+1
| | | | a value of 0/1" [MooglyGuy]
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+432