Search results
FIX, please routine assembler for Sound SFX in PSG
Score: 160.7 %,
Type: Forum topic , Comments: 4 comments
tabusr1+2
tabusr3: .equ tabusr2+2
tabusr4: .equ tabusr3+2
begin:
ld hl,key1
ld (tabusr),hl ;usr0(0)
ld hl,key2
ld (tabusr1),hl ;usr1(0)
ld hl,key3
ld (tabusr2),hl ;usr2(0)
ld hl,key4
ld (tabusr3),hl ;usr3(0)
ld hl,$90
ld (tabusr4),hl ;usr4(0)
ret
key1:
ld hl,sfx1
jp sound
key2:
ld ...
Fix loader "SETLEV3.BAS" doesn't work SFX in mode MOONSOUND
Score: 160.31 %,
Type: Forum topic , Comments: 2 comments
POKE&HFCAF,8:BLOAD"SCRAMBLE.VRM",S:POKE&HFCAF,1:PRINT"MODE4IN1 ok!"
45 FORL=0TO31:VPOKE&H1E00+L*4,209:NEXTL
50 PRINT"VRAM INIT ok!"
60 BLOAD"NBASIC.BIN",R:DEFINTA-Z:PRINT"NESTOR BASIC ok!"
70 P(10)=7:A=USR(1):IFP(0)<8THEN"error: 128K RAM IS ... IFPEEK(&H2D)=3THENP(0)=0:P(1)=&H180:P(2)=&H8100:E=USR(58)
78 P(0)=1:E=USR(71):E=USR(72):IFP(11)=-1THENF$(0)="MYTHSDRA.MWK":PRINT"DRUMKIT WAVE ...
How to set music volume (.MBM) from nestor basic
Score: 160.06 %,
Type: Forum topic , Comments: 0 comments
Hello Guys of world MSX,
How to set music volume (.MBM) from nestor basic ??
Thanks in advance......
Best Regards
Andrea
(Development) ...
