Skip to content
/ bin2mzf Public

A program to convert a raw Z80 binary file to a sharp mz MZF file

Notifications You must be signed in to change notification settings

mz-700/bin2mzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIN2MZF

A Java program to convert Z80 raw binary files to Sharp MZ MZF format.

Parameters

Parameter Required Description Default
f Y Z80 binary filename
d N Output directory Filename directory
o N MZF filename filename + '.MZF'
l N Load Address (if hex, starts with '$') $1200
s N Start Address (if hex, starts with '$') $1200
t N Title (16 characters max) Filename
c N Comments (104 characters max)

Use

Example:

java -jar bin2mzf -f file.bin -o game.mzf -l $1200 -s $1400

About

A program to convert a raw Z80 binary file to a sharp mz MZF file

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages