# HG changeset patch # User Laurens Holst # Date 1583361066 -3600 # Wed Mar 04 23:31:06 2020 +0100 # Node ID 3e9f02708ead0c91305c1994612345f2d56b9cd9 # Parent 98efc9942adb3d41b93a21e587b49ab341fa585e neonlib: Update. diff --git a/.hgsubstate b/.hgsubstate --- a/.hgsubstate +++ b/.hgsubstate @@ -1,1 +1,1 @@ -494955e3891fd4ac75d3e9c0d39864e7e7ab0ee5 lib/neonlib +22b6366a42c2ba28873621fc3f98640ee34a07ea lib/neonlib diff --git a/src/Application.asm b/src/Application.asm --- a/src/Application.asm +++ b/src/Application.asm @@ -21,11 +21,12 @@ cp 2 ret c - IF R800 - call System_EnableTurbo - ELSE - call System_DisableTurbo - ENDIF + ld hl,IDBYT2 + call System_ReadBIOS + cp 3 + ld a,R800 ? 10000001B : 10000000B + ld ix,CHGCPU + call nc,System_CallBIOS call MemoryTest_Test