Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

C64.cpp File Reference

#include "sysdeps.h"
#include "C64.h"
#include "CPUC64.h"
#include "CPU1541.h"
#include "VIC.h"
#include "SID.h"
#include "CIA.h"
#include "REU.h"
#include "IEC.h"
#include "1541job.h"
#include "Display.h"
#include "Prefs.h"
#include "main.h"
#include "e32frodo.h"
#include "joypad.h"
#include "c64_epoc32.i"

Include dependency graph for C64.cpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define prefs_path   "frodo.fpr"
#define SNAPSHOT_HEADER   "FrodoSnapshot"
#define SNAPSHOT_1541   1
#define ADVANCE_CYCLES

Functions

void MakePath (char *aPathBuf, char *aFileName)


Define Documentation

#define ADVANCE_CYCLES
 

Value:

TheVIC->EmulateCycle(); \
        TheCIA1->EmulateCycle(); \
        TheCIA2->EmulateCycle(); \
        TheCPU->EmulateCycle(); \
        if (ThePrefs.Emul1541Proc) { \
                TheCPU1541->CountVIATimers(1); \
                if (!TheCPU1541->Idle) \
                        TheCPU1541->EmulateCycle(); \
        }

Definition at line 589 of file C64.cpp.

Referenced by C64::SaveSnapshot().

#define prefs_path   "frodo.fpr"
 

#define SNAPSHOT_1541   1
 

Definition at line 587 of file C64.cpp.

Referenced by C64::LoadSnapshot(), and C64::SaveSnapshot().

#define SNAPSHOT_HEADER   "FrodoSnapshot"
 

Definition at line 586 of file C64.cpp.

Referenced by C64::LoadSnapshot(), and C64::SaveSnapshot().


Function Documentation

void MakePath char *  aPathBuf,
char *  aFileName
 

Append aFileName onto the application drive and path.

Definition at line 41 of file C64.cpp.


Generated on Tue Feb 8 04:08:45 2005 for E32frodo by doxygen 1.3.3