Fusion-C is a C library you can freely use to program software and games for MSX computers under MSX-DOS in C language. MRC user Eric created a major update for FUSION C, version 1.2, which has just been released.
Here is a list of all improvements:
- Fixes, optimizations, and new features, including MSX2 VDP features, Support of the V9990 and GR8NET TCPIP
- CheckBreak: Check Break sequence in MSX-DOS console
- PutCharHex: Print Hex conversion of a char on console
- PrintHex: Print Hex conversion of an integer on console
- HMMM: Vram to Vram
- LMMC: Ram to Vram Fast Copy Function
- YMMM: Vram to Vram Fast Copy to Y Position
- HMMV: High speed draw filled rectangle
- LMMV: High speed filled rectangle with operator
- MouseReadTo: Fast Read mouse state and buttons to variable structure
- Itoa: Integer to Char conversion
- StrReverse: Reverse a string
- BoxFill: Fast Draw of a box on screen (easy version of HMMV / LMMV)
- BoxLine: Fast Draw of an empty box on screen
- Added support for the V9990 by porting the TeamBomba's GFX9K graphics library to SDCC (Thanks to Sylvain). (beta, no manual, but a .h file to read!)
- Added TCP TC
Support for GR8NET Cartridge (Thanks to Eugeny) (beta. No manual but a .h to read!)
The library is still free.
Relevant link: You can download this version at the Repro-Factory
Relevant link: or on GitHub
Commentaires (9)
Par ducasp
Paladin (680)
14-09-2019, 13:35
Par rvanzon
Rookie (17)
17-09-2019, 09:19
Par Argon
Paragon (1126)
17-09-2019, 11:25
Par raymond
Hero (643)
17-09-2019, 19:31
Par ericb59
Paragon (1102)
18-09-2019, 10:43
Par ibantxuyn
Expert (127)
02-10-2019, 15:29
Par Wolverine_nl
Paragon (1160)
21-10-2019, 15:50
Par sfranck72
Resident (42)
22-10-2019, 12:38
Par Wolverine_nl
Paragon (1160)
22-10-2019, 13:17