Files
Momentum-Firmware/applications/plugins/chip8/application.fam
T
RogueMaster 61e922399d more apps
2022-09-16 20:16:27 -04:00

12 lines
269 B
Plaintext

App(
appid="INTAPP_Chip8",
name="CHIP8 Emulator",
apptype=FlipperAppType.EXTERNAL,
entry_point="chip8_app",
cdefines=["APP_CHIP8"],
requires=["gui"],
stack_size=4 * 1024,
order=60,
fap_icon="chip8Icon.png",
fap_category="Misc",
)