Changes

Jump to: navigation, search

PAL16L8

No change in size, Wednesday at 14:28
/* PAL Type Detection */
40 OUT &3FFF,&C7
50 IF PEEK(&4000)=&C7 THEN PRINT"IO Bit14=0 PAL selected" ELSE PRINT"IO Bit14=0 PAL not selected"
70 60 OUT &7F00,&CO:POKE &C000,&C080 70 OUT &7F00,&C3:POKE &4000,&C3:OUT &7F00,&C090 80 IF PEEK(&C000)=&C3 THEN PRINT"Valid RAM mode &C3" ELSE PRINT"Invalid RAM mode &C3"
</pre>
5,298
edits