move Atari_Memory_free() and Memory_free() to osdep.c

This commit is contained in:
Thomas Bernard
2020-04-11 23:28:55 +02:00
parent c037c2c911
commit 663ddf39aa
5 changed files with 109 additions and 108 deletions

View File

@@ -127,11 +127,6 @@ GFX2_GLOBAL byte Timer_state; // State du chrono: 0=Attente d'un Xème de second
GFX2_GLOBAL dword Timer_delay; // Nombre de 18.2ème de secondes demandés
GFX2_GLOBAL dword Timer_start; // Heure de départ du chrono
#if defined (__MINT__)
void Atari_Memory_free(unsigned long *stRam,unsigned long *ttRam);
#else
unsigned long Memory_free(void);
#endif
#define Num2str(a,b,c) snprintf(b,sizeof(b),"%*lu",(int)c,(unsigned long)(a))
#define Dec2str(a,b,c) sprintf(b,"%.*f",c,(double)(a))