kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
14 wiersze
799 B
C
14 wiersze
799 B
C
/** fMSX: portable MSX emulator ******************************/
|
|
/** **/
|
|
/** Boot.h **/
|
|
/** **/
|
|
/** This file contains MSX boot sector image used to create **/
|
|
/** new disk images during FORMAT operation. **/
|
|
/** **/
|
|
/** Copyright (C) Marat Fayzullin 1994-2003 **/
|
|
/** You are not allowed to distribute this software **/
|
|
/** commercially. Please, notify me, if you make any **/
|
|
/** changes to this file. **/
|
|
/*************************************************************/
|
|
extern const byte BootBlock[];
|