2024-05-28 23:02:06 -04:00
|
|
|
|
2024-06-15 22:53:44 -04:00
|
|
|
Disk39 Map (disk has 35 tracks, each 4k in size)
|
2024-05-28 16:51:03 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
T 0 = Qboot
|
|
|
|
T 1 = QLOAD 255 bytes ??S = 1T0S 3k free
|
2024-05-28 23:02:06 -04:00
|
|
|
T 1.5 = TITLE 1688 bytes ??S = 1T0S 2k free
|
2024-06-15 22:53:44 -04:00
|
|
|
T 2 = PROJECTOR 28220 bytes 128S = 6T0S 3k free
|
|
|
|
T 9 = OUTSIDE 30839 bytes 128S = 8T0S 2k free
|
|
|
|
T 17 = MAGSTEPS 13021 bytes 64S = 4T0S 3k free
|
|
|
|
T 21 = MAGLEV 15346 bytes 64S = 4T0S 1k free
|
2024-05-28 16:51:03 -04:00
|
|
|
T 25 = MOVIE1 7837 bytes 32S = 2T0S ~
|
2024-06-15 22:53:44 -04:00
|
|
|
T 27 = MOVIE2 32432 bytes 128S = 8T0S ~
|
2024-05-28 16:51:03 -04:00
|
|
|
|
|
|
|
|
2024-06-15 22:21:59 -04:00
|
|
|
MEMORY MAP
|
2024-05-28 16:51:03 -04:00
|
|
|
$0000-$00FF = zero page
|
|
|
|
$0100-$01FF = stack
|
|
|
|
$0200-$02FF = disk stuff
|
|
|
|
$0300-$03ff = disk/interrupts
|
|
|
|
$0400-$07ff = lores graphics page1
|
2024-06-15 22:21:59 -04:00
|
|
|
$0800-$0bff = lores graphics page2
|
|
|
|
$800-$8ff = (qboot initial sector)
|
2024-05-28 16:51:03 -04:00
|
|
|
$1000-$11ff = qboot_stage2 (disk code)
|
2024-06-15 22:53:44 -04:00
|
|
|
$1200-$12ff = ????
|
2024-06-15 22:21:59 -04:00
|
|
|
$1300-$16FF = HGR lookup tables
|
|
|
|
$1700-$17FF = ????
|
|
|
|
$1800-$1FFF = QLOAD = loader code (2k?)
|
2024-05-28 16:51:03 -04:00
|
|
|
$2000-$3FFF = HGR Page1, lores movie overlays
|
2024-06-15 22:21:59 -04:00
|
|
|
$4000-$BFFF = our code (up to 32k in theory)
|
2024-05-28 16:51:03 -04:00
|
|
|
$C000-$CFFF = I/O
|
|
|
|
$D000-$FFFF = ROM
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-06-15 22:53:44 -04:00
|
|
|
image conversion
|
|
|
|
scummvm/vokoscreen capture
|
|
|
|
crop
|
|
|
|
scale to 140x201
|
|
|
|
convert
|
|
|
|
re-scale and crop to 280x192
|
2024-05-28 16:51:03 -04:00
|
|
|
|
2024-06-15 22:53:44 -04:00
|
|
|
contrast/bright 57/3 (note: not always or even often)
|
2024-05-28 16:51:03 -04:00
|
|
|
|
|
|
|
|
2024-06-15 22:53:44 -04:00
|
|
|
final movie roto procedure:
|
|
|
|
scale to 40x50
|
|
|
|
crop to 40x48
|
|
|
|
add layer
|
|
|
|
paste overlay mask on top
|
|
|
|
rotoscope
|
|
|
|
copy to new image
|
|
|
|
convert to indexed apple II palette
|
|
|
|
scale to 80x48
|
|
|
|
save
|
2024-05-28 16:51:03 -04:00
|
|
|
|