inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Unimplemented Operation: Style #204

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

Description

Missing opcode after clicking through the registration dialog.

Details

Unimplemented operation Style
BREAKOUT\BOUNCE:000010F5: FF [NextOpcodeTable] 05 Style 
BREAKOUT\SUPERBREAKOUT:000002BD: 53 [RunProcedure] 0x0096 (name="BOUNCE" nargs=0)
stack traceback:
    [C]: in function 'error'
    init.lua:444: in function 'unimplemented'
    ops.lua:2230: in function 'ops.Style'
    ops.lua:2196: in function 'ops.NextOpcodeTable'
    runtime.lua:809: in function <runtime.lua:794>
    [C]: in function 'xpcall'
    runtime.lua:926: in method 'pcallProc'
    runtime.lua:1281: in function 'runtime.runOpo'
tomsci commented 2 years ago

Fixed by d04f53fb5114c8b9248791009e192a21349c3044 (plus ac12f5183cbb5da0b1fb9bdebf004b187ef7b298 2ef7277ce8d0d60d23fc0fb890210d7f64738d03 and 636bf03e1bd3a6869c36818413861635cc421531 for other problems in breakout...)