Implement GPAGE OUT VP,WP
This commit is contained in:
@@ -477,6 +477,11 @@ class BuiltinFunction
|
|||||||
p.graphic.showGRP = showPage;
|
p.graphic.showGRP = showPage;
|
||||||
p.graphic.useGRP = usePage;
|
p.graphic.useGRP = usePage;
|
||||||
}
|
}
|
||||||
|
static void GPAGE(PetitComputer p, out int showPage, out int usePage)
|
||||||
|
{
|
||||||
|
showPage = p.graphic.showGRP;
|
||||||
|
usePage = p.graphic.useGRP;
|
||||||
|
}
|
||||||
static void GCLIP(PetitComputer p, int clipmode)
|
static void GCLIP(PetitComputer p, int clipmode)
|
||||||
{
|
{
|
||||||
p.graphic.clip(cast(bool)clipmode/*not checked*/);
|
p.graphic.clip(cast(bool)clipmode/*not checked*/);
|
||||||
|
|||||||
Reference in New Issue
Block a user