-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.1
82 lines (42 loc) · 2.27 KB
/
README.md.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# project-manhattan
Next generation APU for gaming and business applications.
# c64dvd-bpc.bas
c64dvd-bpc emulates a MOS 6510 running at 4GHz and can address up to 8GB of RAM
$C000 - Play DVD track
$C001 - Show DVD Menu
$C002 - Sets red channel for foreground color
$C003 - Sets green channel for foreground color
$C004 - Sets blue channel for foreground color
$C005 - Sets alpha channel for foreground color
$C006 - Sets red channel for background color
$C007 - Sets green channel for background color
$C008 - Sets blue channel for background color
$C009 - Sets alpha channel for background color
NOTE: Color channels can hold values in the range -4.940656458412465e-324 to 4.940656458412465e-324. They contain at most 53 bits of precision, or about 15 decimal digits.
$C00A - Copies $C00B through $C00F to $C0CB
$C010 - Copies $C011 through $C015 to $C0CC
$C016 - Copies $C017 through $C01B to $C0CD
$C01C - Copies $C01D through $C021 to $C0CE
$C022 - Copies $C023 through $C027 to $C0CF
$C028 - Copies $C028 through $C02D to $C0B0
$C02E - Copies $C02F through $C033 to $C0B1
$C034 - Copies $C035 through $C039 to $C0B2
$C03A - Copies $C03B through $C03F to $C0B3
$C040 - Copies $C041 through $C045 to $C0B4
$C046 - Copies $C047 through $C04B to $C0B5
$C04C - Copies $C04D through $C051 to $C0B6
$C052 - Copies $C053 through $C057 to $C0B7
$C058 - Copies $C059 through $C05D to $C0B8
$C05E - Copies $C05F through $C063 to $C0B9
$C064 - Copies $C065 through $C069 to $C0BA
$C06A - Copies $C06B through $C06F to $C0BB
$C070 - Copies $C071 through $C075 to $C0BC
$C076 - Copies $C077 through $C07B to $C0BD
$C07C - Copies $C07D through $C081 to $C0BE
$C082 - Copies $C083 through $C087 to $C0BF
$C088 - Copies $C089 through $C08D to $C0D0
$C08E - Copies $C08F through $C093 to $C0D1
$C094 - Copies $C09F through $C099 to $C0D2
$C09A - Copies $C09B through $C09F to $C0D3
$C0A0 - Copies $C0A1 through $C0A5 to $C0D4
NOTE: Memory addresses can hold values in the range -4.940656458412465e-324 to 4.940656458412465e-324. They contain at most 53 bits of precision, or about 15 decimal digits.