mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-30 17:53:32 -07:00
12 lines
269 B
Plaintext
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",
|
|
) |