Search results
(bad?) DMK/PDI dump of Gize!/XIX - need advice...
Score: 172.08 %,
Type: Forum topic , Comments: 78 comments
track 79, head 1
0: AOfst= 175 C= 79 H= 1 R= 1 N= 2 ACrc=472d,ok DOfst= 219 T=n DCrc=c40b,ok
1: ... show any strange sector at the end. Wait, I overlooked something:
-- physical track 79, head 1
0 ... and not even encrypted. They just checking bad sector, usually sector 0Eh and hang the game if they can read ...
(wiki) MuSICA info/macro language reference
Score: 169.4 %,
Type: Forum topic , Comments: 3 comments
/[n] : Repeat last sequence [n] times (0-255)
@[n] : Set instrument to [n] (0-99)
o[n] : Set octave to [n] (1-8)
l[n] : Set note length to 1/[n] (1-64)
v[n] : Set volume to [n] (0 ... [x] to [n] (0-15)
[n] : Rest period after each rhythm "beat" (1/[n])
_Other macros_ ...
MuSICA disassembly and adapting it for pure ASM
Score: 174.7 %,
Type: Forum topic , Comments: 23 comments
InitializeIRQ: equ 0CE34h
org $9000
START:
MusLoc: db 0, 0, $b7, $a5
init:
;ld hl, $a5b6
;ld (HIMEM), ... ; store on stack
pop ix ; pop real addr to ix
ld a, (ix+0) ; a is first byte ...
120 a(0)=0
130 a(1)=&ha5b7:rem begin mus address
140 a=usr1(varptr(a(0))) This is easily ...
