v0.2: Merge TomB improvements
This commit is contained in:
parent
470ce4e523
commit
422ed334f4
58 changed files with 8539 additions and 3900 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "sysdeps.h"
|
||||
#include "options.h"
|
||||
#include "events.h"
|
||||
#include "custom.h"
|
||||
|
||||
|
||||
int64_t g_uae_epoch = 0;
|
||||
|
@ -15,6 +16,10 @@ int64_t g_uae_epoch = 0;
|
|||
|
||||
void machdep_init (void)
|
||||
{
|
||||
picasso_requested_on = 0;
|
||||
picasso_on = 0;
|
||||
screen_is_picasso = 0;
|
||||
|
||||
// Initialize timebase
|
||||
g_uae_epoch = read_processor_time();
|
||||
syncbase = 1000000; // Microseconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue