X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fkasse.c;h=d6ffb486c3ed5931eb46dd3956cb9d9b102b514f;hb=750dbde18501efb6f9520d378475e3b58aea9ea4;hp=91b4268c9cd99b59423c48962d0fbd5597688652;hpb=fc5135c0ef27af455a577ee253cb2dfe94700436;p=c128-kasse diff --git a/src/kasse.c b/src/kasse.c index 91b4268..d6ffb48 100644 --- a/src/kasse.c +++ b/src/kasse.c @@ -4,7 +4,6 @@ * See LICENSE for license information * */ -#define _IS_KASSE #include #include #include @@ -21,6 +20,7 @@ #include "print.h" #include "version.h" #include "vdc_patch_charset.h" +#include "globals.h" // drucker 4 oder 5 // graphic 4,0,10 @@ -355,6 +355,8 @@ int main(void) { char *c; char *time; + init_globals(); + videomode(VIDEOMODE_80x25); /* clock CPU at double the speed (a whopping 2 Mhz!) */