X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=blobdiff_plain;f=Main.cpp;fp=Main.cpp;h=45b13da3336792b56675dd0448b275ad64a458c3;hp=7c6b8e3a87cf82c6dedd8745adace8c7b48d444d;hb=5fc93bddb71461abb7619cf506d6f15ba8a675f3;hpb=b889883d36b2d247488c82d79d1eaab4dd41d236 diff --git a/Main.cpp b/Main.cpp index 7c6b8e3..45b13da 100644 --- a/Main.cpp +++ b/Main.cpp @@ -1288,11 +1288,11 @@ static int CycloneMake() ot(" %s CyclonePack\n",globl); ot(" %s CycloneUnpack\n",globl); ot(" %s CycloneVer\n",globl); + ot(" %s CycloneJumpTab\n",globl); #if (CYCLONE_FOR_GENESIS == 2) ot(" %s CycloneSetRealTAS_JT\n",globl); ot(" %s CycloneDoInterrupt\n",globl); ot(" %s CycloneDoTrace\n",globl); - ot(" %s CycloneJumpTab\n",globl); ot(" %s Op____\n",globl); ot(" %s Op6002\n",globl); ot(" %s Op6602\n",globl);