--- np2/romimage/LIO.ASM 2004/06/04 16:11:03 1.1 +++ np2/romimage/LIO.ASM 2004/06/04 16:54:58 1.2 @@ -21,7 +21,7 @@ start dw 0x11, 0x0000 dw 0xaa, lio_aa dw 0xab, lio_ab dw 0xac, lio_ac - dw 0xad, lio_ad + dw 0xad, gput2 dw 0xae, lio_ae dw 0xaf, lio_af dw 0xce, lio_ce @@ -252,5 +252,7 @@ liofont db 0x00, 0x10, 0x10, 0x10, 0x10 db 0x10, 0x28, 0x28, 0x10, 0x00, 0x00, 0x00, 0x00 db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +gput2: jmp lio_ad + ends