This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 100 'マリアサマノココロ | |
| 110 CLS:PRINT "マリアサマノココロ":PRINT "Maria-sama no kokoro" | |
| 120 PLAY "T90V15S1M30000O4L8","T90V13O3L8","T90V13O3L8" | |
| 130 PLAY "GECCEG","CEGCEG" | |
| 140 PLAY "O5C4CO4A4A","CFACFA" | |
| 150 PLAY "B4BBBA","DF#O4CO3DFO4C" | |
| 160 PLAY "G2.","O3DGBDFB" | |
| 170 PLAY "O5CCCCO4BA","CEGCFA" | |
| 180 PLAY "G4AG4E","CEGCEG" | |
| 190 PLAY "G4GFED","DGBDFB" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1000 'KIZUNA AI | |
| 1010 SCREEN 5:OPEN"GRP:"AS#1:COLOR 1,15,15:CLS | |
| 1020 OX=74:OY=37 | |
| 1030 READ T$ | |
| 1040 IF T$="L" THEN 1100 | |
| 1050 IF T$="C" THEN 1200 | |
| 1060 IF T$="P" THEN 1300 | |
| 1070 IF T$="S" THEN 1400 | |
| 1080 IF T$="E" THEN 1900 | |
| 1090 GOTO 1030 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10 SCREEN 5:COLOR 1,15,15:CLS | |
| 15 OX=67:OY=75 | |
| 20 READ T$ | |
| 30 IF T$="E" THEN 500 | |
| 40 IF T$="L" THEN 100 | |
| 50 IF T$="C" THEN 200 | |
| 55 IF T$="P" THEN 300 | |
| 60 GOTO 20 | |
| 100 'LINE | |
| 105 READ A,B,C,D |