FIX: @tony pointed out that there was a method name lost... its been reinstated :)

This commit is contained in:
iceman1001 2015-10-17 14:16:42 +02:00
parent a739812e89
commit d8a3b6c117

View file

@ -198,6 +198,8 @@ local function ValidateCheckSums(blocks)
if crc == calc then isOk='Ok' else isOk = 'Error' end
io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
end
local function LoadEmulator(blocks)
local cmd
local blockdata
for _,b in pairs(blocks) do