Reset button for CX5M

By neufena

Supporter (1)

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,

ログイン/登録して投稿

By Pencioner

Scribe (1611)

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