Debugger: Cleanup: Nopcode_e

This commit is contained in:
michaelangel007 2022-01-05 08:55:17 -08:00
parent 7853c1cfcc
commit 545c79f132

View File

@ -865,7 +865,7 @@
,NOP_STRING_ASCII // Low Ascii
,NOP_STRING_APPLE // High Ascii
,NOP_STRING_APPLESOFT // Mixed Low/High
,NOP_FAC
,NOP_FAC // Applesoft Floating-Point Format (5 bytes), i.e. $F069 = 0x81490FDAA2 = pi/2
,NOP_SPRITE
,NUM_NOPCODE_TYPES
};