Skip to content

abekermsx/makelib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makelib

Makelib is a simple tool for combining multiple files into one big file (libfile).

Combining files into one libfile has some advantages, especially for disk based games:

  • Overcome the maximum number of files (eg 112 files on MSX DOS1 formatted disks)
  • Reduce required space (eg files on MSX DOS1 formatted disk use a multiple of two sectors of 512 bytes)
  • Improve loading speeds (eg when opening a file the system may read the whole FAT first)

Contents

  • makelib: Tool for creating libfiles
  • readlib: Code for reading libfiles (for MSX)
  • examples: Two simple examples demonstrating how to use a libfile from your own program (for MSX)

Notes

About

A simple tool for combining multiple files into one big file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors