kolibrios/programs/emulator/dgen-sdl-1.33/dgen_tobin.1
turbocat ef78b78d1c DGen-SDL:
- The home directory is now taken from system.env;
- The original documentation was restored and converted into html;
- File path hints now work in command mode.

git-svn-id: svn://kolibrios.org@9970 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-01-20 18:10:56 +00:00

26 lines
642 B
Groff

.Dd October 28, 2011
.Dt DGEN 1
.Sh NAME
.Nm dgen_tobin
.Nd Convert SMD-format Genesis/Mega Drive image to raw (BIN) format
.Sh SYNOPSIS
.Nm dgen_tobin
.Ar FROMSMD
.Ar TOBIN
.Sh DESCRIPTION
The ROM image
.Ar FROMSMD
is converted into a raw image, as seen by the Genesis/Mega Drive console
itself. The raw image is written into
.Ar TOBIN .
If compiled with libarchive support and
.Ar FROMSMD
is compressed in a known format, it will also be transparently decompressed.
.Sh SEE ALSO
.Xr dgen 1 ,
.Xr libarchive 3
.Sh AUTHORS
This manual page was written by
.An Joe Groff Aq joe@pknet.com .
.An Updated by zamaz Aq zamaz@users.sourceforge.net .