index
:
hbmame
master
Emulator of homebrew and hacked games for arcade hardware
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
formats
/
ap2_dsk.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-133
/
+133
*
fixing some more override (nw)
Miodrag Milanovic
2015-12-06
1
-1
/
+1
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-10
/
+10
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
1
-7
/
+7
*
ap2_dsk.c: support 36-track Apple II NIB images [Peter Ferrie]
Peter Ferrie
2015-11-19
1
-3
/
+3
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1642