Reset button for CX5M

Door neufena

Supporter (1)

afbeelding van neufena

06-05-2023, 23:11

Hi,

Does anyone know how i could create a reset button for a CX5M? I'm using an MSXpi with one and would like to reset the computer without cutting the power to the cartridge slot.

Thanks,

Aangemeld of registreer om reacties te plaatsen

Van Pencioner

Scribe (1611)

afbeelding van Pencioner

07-05-2023, 18:44

You can make a small program for DOS or use one-liner in BASIC which can do that. For DOS it should be something like

#org 0100h
RST 30
DB 0, 0, 0

and for Basic
DEFUSR=0:?USR(0)

Making a button would require some modification of the computer i guess