This commit is contained in:
chacha
2026-02-27 22:06:35 +00:00
parent 1ff171316b
commit 304737cd90
2 changed files with 4 additions and 3 deletions

2
Draw.h
View File

@@ -18,6 +18,8 @@
#ifndef _DEF_DRAW_H_
#define _DEF_DRAW_H_
#include <stdint.h>
void
drawSquare( const SstRegs * const sst,
const int16_t x,

5
main.c
View File

@@ -119,8 +119,7 @@ int main(int argc, char **argv)
int option_index = 0;
int opt;
bool bQuit = false;
//bool bTestTMU0 = false;
//bool bTestTMU1 = false;
FxU32* sst = NULL;
while((opt=getopt_long(argc,argv,"hvn:e:l:",long_args,&option_index)) != -1)
{
@@ -208,7 +207,7 @@ int main(int argc, char **argv)
sst1DeviceInfoStruct devInfo;
memset(&devInfo,0,sizeof(sst1DeviceInfoStruct));
FxU32* sst = NULL;
SstRegs *sstregs = NULL;
if(!sOptions.bSilent)