Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@1212 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -63,6 +63,29 @@ extern unsigned PC; /* Program counter */
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
void CPUInit (void);
|
||||
/* Initialize the CPU */
|
||||
|
||||
void Reset (void);
|
||||
/* Reset the CPU */
|
||||
|
||||
void IRQ (void);
|
||||
/* Generate an IRQ */
|
||||
|
||||
void NMI (void);
|
||||
/* Generate an NMI */
|
||||
|
||||
void CPURun (void);
|
||||
/* Run the CPU */
|
||||
|
||||
|
||||
|
||||
/* End of cpucore.h */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user