X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpaltest.c;h=9528824596a8f3f779866bd3b80430a1ced422a0;hb=301b6cec901de3e3f4c27f85c672c0600a90a528;hp=a0edfe1b2e4ae16abf1d922c7efd71f8b63464af;hpb=6021fc3f27b895d382fbd30488ead35657e39196;p=16.git diff --git a/src/paltest.c b/src/paltest.c index a0edfe1b..95288245 100755 --- a/src/paltest.c +++ b/src/paltest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2022 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -136,6 +136,7 @@ void main(int argc, char *argv[]) if(gvar.in.inst->Keyboard[25]){ modexpdump(gvar.video.sp, &gvar); IN_UserInput(1, &gvar); }//p if(gvar.in.inst->Keyboard[sc_I]){ drawboxesmodex(&gvar.video.page[gvar.video.sp]); IN_UserInput(1, &gvar); }//i if(gvar.in.inst->Keyboard[sc_O]){ copyboxesmodex(&gvar.video.page, !gvar.video.sp); IN_UserInput(1, &gvar); }//o + if(gvar.in.inst->Keyboard[sc_LBrkt]){ ShowPalVal (&gvar); IN_UserInput(1, &gvar); }//[ VL_ShowPage(&gvar.video.page[gvar.video.sp], 0, 0); //ZC_ShowMV(&gvar.mv, 0, 0); }