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
| // Change to font #A0-#DF | C language for IchigoJam (c4ij, IchigoJam BASIC 1.3.2b13+) | |
| // Original https://github.com/IchigoJam/c4ij/blob/master/src/main-exkbd.c | |
| // Copyright (c) 2019 Taisuke Fukuno / BALLOON | FU-SEN | |
| // The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019 | |
| #include <std15.h> | |
| __attribute__ ((section(".main"))) | |
| int main(int param, int ram, int rom, int (*divfunc)()) { | |
| int res; |
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
| ' Change to IchigoJam kana font (Direct) | IchigoJam BASIC 1.3.2b13+ | |
| ' | |
| ' Source(#D00-#DFF) https://gist.github.com/fu-sen/21400660612ad674f660b056fb07ece3 | |
| ' Original https://github.com/IchigoJam/c4ij/blob/master/src/main-exkbd.c | |
| ' and BASIC Command | |
| ' Copyright (c) 2019 Taisuke Fukuno / BALLOON | FU-SEN | |
| ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019 | |
| ' | |
| ' IchigoJam Font(#E00-#FFF) https://fukuno.jig.jp/app/IchigoJam/charmap-v12.html | |
| ' CC BY IchigoJam https://ichigojam.net/ Licensed by jig.jp https://jig.jp/ |
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
| ' Output of IchigoJam Character #A0-#DF | IchigoJam BASIC | |
| ' Copyright (c) 2019 BALLOON | FU-SEN | |
| ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019 | |
| 10 A=#E00 | |
| 20 FOR C=#A0 TO #DF STEP 2 | |
| 30 IF C%2 GOTO 60 | |
| 50 ?"POKE#";HEX$(A);:A=A+16 | |
| 60 FOR D=0 TO 15 | |
| 70 ?",";PEEK(C*8+D); | |
| 80 NEXT |
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
| // Balloons | C language for IchigoJam (c4ij, IchigoJam BASIC 1.3.2b12+) | |
| // Copyright (c) 2019 BALLOON | FU-SEN | |
| // The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019 | |
| #include <std15.h> | |
| __attribute__ ((section(".main"))) | |
| int main(int param, int ram, int rom, int (*divfunc)()) { | |
| cls(); |
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
| ' MSX2+ YJK colors | MSX-BASIC | |
| ' Copyright (c) 2019-2024 BALLOON | FU-SEN | |
| ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019-2024 | |
| 100 DEFINT A-Z | |
| 110 C=15*8:'Y*8 | |
| 120 SCREEN 12 | |
| 130 COLOR 255,0,0 | |
| 140 FOR J=-32 TO 31 | |
| 150 X=128+J*256/64 | |
| 160 LINE(X+2,0)-(X+2,211),C+(J AND 7) |
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
| ' Balloons | MSX-BASIC | |
| ' Copyright (c) 2019 BALLOON | FU-SEN | |
| ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019 | |
| 100 DEFINT A-Z:DIM B(15) | |
| 110 COLOR 15,1,1:SCREEN 1 | |
| 120 KEY OFF:WIDTH 32 | |
| 130 FOR L=0 TO 15 | |
| 140 READ B(L):NEXT L | |
| 150 FOR C=2 TO 15 | |
| 160 FOR L=0 TO 7 |
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
| /* | |
| MSX2+ YJK colors | MSX2+ / z88dk | |
| Copyright (c) 2019-2024 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019-2024 | |
| zcc +msx -lndos -create-app -subtype=disk -bn yjkcolor yjkcolor.c | |
| --> BLOAD"YJKCOLOR.MSX",R | |
| */ | |
| void ldirvm(int addr, int vaddr, int size) |
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
| /* | |
| Balloons version 2 | MSX2 / z88dk | |
| Copyright (c) 2019-2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019-2025 | |
| zcc +msx -lndos -create-app -subtype=disk -bn balloons balloons.c | |
| --> BLOAD"BALLOONS.MSX",R | |
| */ | |
| void wrtvdp(char reg, char data) |
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
| /* | |
| Balloons version 2 MSX-DOS .com version | MSX-DOS / MSX2 / z88dk | |
| Copyright (c) 2019-2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019-2025 | |
| zcc +msx -subtype=msxdos -bn balloons.com balloons-dos.c | |
| (MSX-DOS 2.30+ set the following: SET EXPERT ON ) | |
| --> BALLOONS | |
| */ |
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
| /* | |
| Balloons Demo | MSX / z88dk | |
| Copyright (c) 2019-2025 BALLOON | FU-SEN | |
| The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019-2025 | |
| zcc +msx -lndos -create-app -subtype=disk -bn balldemo balldemo.c | |
| --> BLOAD"BALLDEMO.MSX",R | |
| zcc +msx -lndos -create-app -bn balldemo balldemo.c | |
| --> BLOAD"CAS:",R (BALLDEMO.CAS) | |
| zcc +msx -lndos -create-app -subtype=wav -bn balldemo balldemo.c |