Andrea Odetti
3f39bc8f7b
Merge remote-tracking branch 'upstream/master'
2020-01-18 19:32:56 +00:00
tomcw
78337c06bb
WOZ: Removed version check on INFO section
2020-01-14 20:32:46 +00:00
Andrea Odetti
efec61caba
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# source/StdAfx.h
2020-01-09 09:30:23 +00:00
tomcw
c280d43e75
DiskImageHelper: small refactor
2020-01-02 21:01:10 +00:00
Andrea Odetti
9ef028fac6
Merge remote-tracking branch 'upstream/master'
2019-12-31 16:54:58 +00:00
tomcw
a28803cbf9
WOZ: Support large tracks ( fixes #745 )
2019-12-31 12:07:45 +00:00
Andrea Odetti
7d7e46f7ec
Merge remote-tracking branch 'upstream/master'
2019-11-11 20:56:30 +00:00
Andrea
d6d76ae6bc
Memory fix for struct ImageInfo (PR #715 )
...
ImageInfo is not a POD and cannot simply be initialised with ZeroMemory()
. the std::string constructor must be called.
. ImageInfo: simplify code using new / delete vs VirtualAlloc
Also fixed mismatching new / delete [] reported by valgrind
2019-11-11 14:09:29 +00:00
Andrea Odetti
52bd4ba3d8
Merge remote-tracking branch 'upstream/master'
2019-09-21 09:39:29 +01:00
Andrea Odetti
dced4793b7
Next iteration of the string project.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-07 10:16:51 +01:00
Andrea Odetti
f5f60310c1
More std::strings.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-09-07 09:02:39 +01:00
Andrea Odetti
850ceff343
Merge remote-tracking branch 'upstream/master'
2019-08-10 08:52:17 +01:00
TomCh
4bc75093b8
Support (read-only) WOZ1/WOZ2 images ( #544 ) (PR #653 )
...
Supports:
- all "woz test images" v1.3 (WOZ1, WOZ2) are working, except 3.5"
- additionally: Frogger (spiradisc), Choplifter (not Enhanced //e!), Lode Runner, Marble Madness, Skyfox.
- woz images can be .gz or .zip compressed (ie. same as other supported images)
- save-state
Limitations:
- read-only, so WOZ images are forced to be write-protected
. as a result, games that need r/w images won't work (Stickybear Town Builder, Wizardry)
- 5.25" only (not 3.5")
2019-07-05 23:01:19 +01:00
Andrea Odetti
f6719554e6
Merge remote-tracking branch 'upstream/master'
2019-04-19 21:14:05 +01:00
tomcw
971eff7875
Added info about enhanceDisk
2019-04-11 22:34:40 +01:00
tomcw
e7d6eac04d
Class-ify disk.cpp into DiskIIInterfaceCard
2019-04-07 14:22:05 +01:00
Andrea Odetti
a4ddef6826
A couple of changes lost during the recent merge.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-24 19:11:33 +00:00
Andrea
6051bc55d0
Changes to ease code compilation in gcc. ( #541 )
...
Changes to ease code compilation in GCC.
Disk_t and HDD contain a std::string and for this reason they need a proper constructor, ZeroMemory is not guaranteed to work.
2018-02-24 15:12:40 +00:00
Andrea Odetti
21156bb606
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# source/Disk.cpp
# source/DiskImageHelper.h
# source/Memory.cpp
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-03 20:35:04 +00:00
tomcw
02a6df73c5
DiskFormat: tweaks and fixed some TODOs in comments
2018-01-20 17:18:24 +00:00
Andrea Odetti
26f4532cb8
Minimal changes to ensure compilation in Linux / gcc.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00
tomcw
3edb78203e
Refactor: polymorphically call CImageHelperBase Open() & Close()
2016-10-25 22:26:28 +01:00
tomcw
6a26a95487
PCH refactor: remove non-system headers from stdafx.h
2014-08-13 21:30:35 +01:00
tomcw
d591dd006b
Remove the top-level AppleWin folder
2014-05-23 22:59:02 +01:00