/x68k-mzmappy

MAPPY for MZ-80K version on X68000.

Primary LanguageVisual Basic 6.0MIT LicenseMIT

X68K-MZMAPPY

[ Engligh | 日本語 ]


Overview

This is a port of Mappy for the MZ-80K, released by Denpa Shimbun in 1984, to the SHARP X68000. (under construction)
This project is an attempt to use X-BASIC to create a game in as standard an environment as possible.
However, due to the very slow execution speed of the interpreter, a C compiler will be used to convert the BASIC program to C source, create an executable file, and execute it.


ScreenShots

Title


MZ-80K Mode


MZ-700 Mode


MZ-700+PCG Mode


Startup

  • Runs on X68000, Requires OPMDRV2 or OPMDRV3.
  • Put the following files in the dist directory in the same directory.
    • mzmappy.x
    • bg.dat
    • sprite-txt.dat
    • sprite-pcg.dat
  • From COMMAND.X, execute mzmappy.x.

How to play

Joystick only.

  • Directional keys: left/right movement
  • Button: Door open/close, game start
  • ESC key: Exit

Compile from BASIC Source

  • if using X68000 XC, do the following:
A:>cc mzmappy.bas