User Tools

Site Tools


en:nuevos:chip8

Chip8

Info

Company Habi Soft
Creator Habi Soft
Year 2017
Gender Multiple
Controls Keyboard
Languages Spanish (English)
State Preserved

Screenshots

Description

This time Habi does not bring us a game, but at the same time he brings us many.

It is a Chip8 emulator (Wikipedia article)..

With it you can run the games from the Chip8 catalog (without extensions).

Cover

Coming soon

Manual

The emulator is a program under CP/M, which is executed as follows:

CHIP8 [OPTIONS] FILE.EXT

The keyboard is emulated with the following keys:

123C 1234
456D QWER
789EASDF
A0BF ZXCV

Additionally, the STOP key terminates the emulation and returns us to the command line; TAB resets the emulated program.

[OPTIONS] is an optional two-digit hexadecimal number, with the options to apply (each bit activates one); these are:

20No sound.
10Solid pixels.
08Screen overlapping at the edges.
04Does not emulate carry on Fx1E instruction.
02Instructions Fx55 and Fx65 do not update register I.
01Ignore the “y” parameter in the 8xy6 and 8xyE instructions.

If no number is specified, 00 is assumed.

The last four options are for compatibility. I emulate the classic machine (for example, Animal Race works), but buggy emulators were made and people used them to develop, so now there is software that depends on them.

In general, if something doesn't work as is, try 03, or 0F directly.

Disk

Coming soon

Donwload

  • Chip8 (Compressed .DSK file in ZIP format)
en/nuevos/chip8.txt · Last modified: 2022/06/18 10:56 by jevicac