Welcome, Guest. Please login or register.

Author Topic: SetCPU and Startup-Sequence  (Read 3431 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Jope

Re: SetCPU and Startup-Sequence
« on: November 26, 2012, 12:57:06 PM »
No colon after "warn", "else" can be removed.

With the regular Commodore supplied cpu command, you must check for a higher cpu and then negate the test. Dunno about setcpu.

Something like:

C:Cpu >nil: check 68030
If NOT WARN
  echo "We're running a '030"
EndIf
« Last Edit: November 26, 2012, 02:05:52 PM by Jope »