index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
/
formats
/
ap2_dsk.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ap2_dsk.cpp: fix loading bardstl3 (#13055)
Roman Donchenko
2024-12-07
1
-2
/
+4
*
ap2_dsk.cpp/h: clean up constants (#13021)
Roman Donchenko
2024-12-07
1
-97
/
+100
*
ap2_dsk.cpp: add missing error handling code (#12980)
Roman Donchenko
2024-11-15
1
-6
/
+16
*
ap2_dsk.cpp: add read-only support for the D13 format (#12956)
Roman Donchenko
2024-11-11
1
-0
/
+122
*
formats/ap2_dsk.cpp: don't crash when loading a NIB file with an all-zero tra...
Roman Donchenko
2024-10-31
1
-3
/
+3
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-191
/
+182
*
Floppy format API refinements
AJR
2023-10-08
1
-31
/
+31
*
formats: Use multibyte.h functions in more files
AJR
2023-09-17
1
-4
/
+5
*
ap2_dsk: Move the applesauce formats in their own file
Olivier Galibert
2022-09-28
1
-508
/
+0
*
apple: remove legacy floppy format handlers. [R. Belmont]
arbee
2022-09-24
1
-496
/
+1
*
srcclean pass in preparation for release branch
Vas Crabb
2022-09-25
1
-3
/
+3
*
woz: fix missing breaks
Olivier Galibert
2022-09-01
1
-0
/
+3
*
moof: Some fixes [Disk Blitz]
Olivier Galibert
2022-09-01
1
-9
/
+131
*
woz: Remove write support, it can't really be made reliable
Olivier Galibert
2022-09-01
1
-114
/
+162
*
woz/flux: even more fixes after some clarifications
Olivier Galibert
2022-08-11
1
-12
/
+8
*
woz/flux: better implementation
Olivier Galibert
2022-08-11
1
-7
/
+11
*
woz: handle FLUX tracks, even when somewhat broken
Olivier Galibert
2022-08-10
1
-4
/
+32
*
apple2: don't force ProDOS 2.5a8 to ProDOS sector order. (Github #7707) [R. B...
arbee
2022-07-28
1
-4
/
+0
*
srcclean in preparation for 0.243
Vas Crabb
2022-04-24
1
-1
/
+1
*
floppy: revisit the identify returns
Olivier Galibert
2022-03-30
1
-8
/
+77
*
floppy: Change the internal format to flux changes, update the mfi format acc...
Olivier Galibert
2022-03-30
1
-1
/
+15
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
1
-6
/
+6
*
Constify the floppy image handling interface
Olivier Galibert
2022-03-30
1
-21
/
+13
*
apple2: split the 16 sector format in dos/prodos types
Olivier Galibert
2022-03-30
1
-94
/
+48
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-58
/
+83
*
srcclean in preparation for branching release
Vas Crabb
2021-02-21
1
-5
/
+5
*
woz: Correct trks chunk size
Olivier Galibert
2021-02-16
1
-1
/
+1
*
woz: Add write
Olivier Galibert
2021-02-15
1
-2
/
+144
*
woz: Fix 2.0 format track length
Olivier Galibert
2021-02-15
1
-2
/
+2
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Added Apple 2 disk image format: .nib (read-only support) (#7725)
leesaudan2
2021-01-30
1
-0
/
+168
*
flopimg: Change the extracted bitstreams into vector<bool>
Olivier Galibert
2021-01-22
1
-94
/
+27
*
Provide the variants to the floppy formats
Olivier Galibert
2021-01-09
1
-10
/
+10
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-3
/
+3
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-3
/
+3
*
|
apply2 floppy format: bake in the track count
68bit
2020-01-20
1
-3
/
+3
|
/
*
apple2: fix recognition of .NIB images on the old diskii controller (MT #7496...
arbee
2019-11-22
1
-2
/
+2
*
ap2_dsk: recognize ProDOS 2.5 boot block (nw)
arbee
2019-09-20
1
-0
/
+4
*
apple2: fix regression using 35-track disks with the legacy floppy (nw)
arbee
2019-08-25
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2019-08-25
1
-1
/
+1
*
ap2_dsk: recognize ProDOS 2.5 boot block (nw)
arbee
2019-08-08
1
-0
/
+4
*
ap2_dsk: only save 40 tracks if the disk originally had that many [R. Belmont]
arbee
2019-06-09
1
-3
/
+6
*
Apple II dsk 35 to 40 track
zzemu-cn
2019-06-09
1
-15
/
+16
*
Fix (unused) 3.5" head calc (nw)
arbee
2018-12-25
1
-1
/
+1
*
Fix (currently unused) 3.5" track calc for WOZ2 (nw)
arbee
2018-12-24
1
-1
/
+1
*
apple2: Support the new version 2 .WOZ images [R. Belmont]
arbee
2018-12-23
1
-14
/
+47
*
ap2_dsk.cpp: avoid one type of .woz corruption (nw)
Peter Ferrie
2018-07-29
1
-0
/
+2
*
srcclean (nw)
Vas Crabb
2018-05-27
1
-1
/
+1
*
apple2: Add WOZ format [O. Galibert]
Olivier Galibert
2018-04-24
1
-1
/
+122
*
apple2: recognize another form of DOS 3.3 in ProDOS order [R. Belmont, Peter ...
arbee
2018-04-23
1
-0
/
+5
[next]