Revolution-FX

CPU

ReadPort...


Prototypes:
  unsigned char ReadPort_A();
  unsigned char ReadPort_B();
  unsigned char ReadPort_C();
  unsigned char ReadPort_D();
  unsigned char ReadPort_E();
  unsigned char ReadPort_F();
  unsigned char ReadPort_G();
  unsigned char ReadPort_H();
  unsigned char ReadPort_J();
  unsigned char ReadPort_K();
  unsigned char ReadPort_L();
  unsigned char ReadPort_M();
  unsigned char ReadPort_N();
  unsigned char ReadPort_SCP();
Parameters: None

Description: Returns the status of the ports A~N (excluding I) and the SCP (Serial Communications Port).


CPUSpeed...


Prototypes:
  void CPUSpeedNormal();
  void CPUSpeedDouble();
  void CPUSpeedTriple();
  void CPUSpeedQuadruple();
Parameters: None

Description: Changes the execution speed of the CPU by 1x, 2x, 3x or 4x.


Reset_Calc


Prototype:
  void Reset_Calc();
Parameters: None

Description: Resets the CPU. The function is especially useful for it can serve as a way to "terminate" a addin and be able to open it right after exiting it.
WARNING: Contents of MAIN MEMORY will be erased. Make sure you do a backup.



SourceForge.net LogoContact Us | ©2007 Revolution-FX Development Team