Search found 1474 matches

by zephyr
Wed Jan 23, 2013 1:58 am
Forum: Hints and Tips
Topic: Disable CoCo 1/2 Extended Color BASIC
Replies: 1
Views: 1556

Re: Disable CoCo 1/2 Extended Color BASIC

The attached program will disable Extended Color BASIC on a CoCo 3.
by zephyr
Tue Jan 22, 2013 1:48 am
Forum: Hints and Tips
Topic: TIMER substitute for Color BASIC
Replies: 1
Views: 1759

Re: TIMER substitute for Color BASIC

Here is a more sophisticated routine which emulates ECB's TIMER via the USR() function. e.g. "PRINT USR(A$)" is the same as "PRINT TIMER". "T=USR(A$)" is the same as "T=TIMER". "A=USR(32767)" is the same as "TIMER=32767". "X=RND(-USR(A$))" is the same as "X=RND(-TIMER)". 10 'TIMER FUNCTION V1.0 20 '...
by zephyr
Mon Jan 21, 2013 11:40 pm
Forum: Uploads
Topic: Dragon Data - Doodle Bug Cartridge
Replies: 6
Views: 3961

Dragon Data - Doodle Bug Cartridge

The cartridge version of Doodle Bug is not currently in the archive. The attached ROM image was taken directly from my own original Dragon Data - Doodle Bug cartridge. ADDITIONAL FEATURES If you press the joystick button, the Ladybug will stop moving until you release the button. To stop an incomple...
by zephyr
Mon Jan 21, 2013 5:29 pm
Forum: Hints and Tips
Topic: TIMER substitute for Color BASIC
Replies: 1
Views: 1759

TIMER substitute for Color BASIC

The following routine can be used to add a TIMER substitute to a CoCo with Color BASIC only. This routine is useful for randomising the RND() function. 10 POKE243,190:POKE244,0:POKE245,254:POKE246,48:POKE247,1:POKE248,191 20 POKE249,0:POKE250,254:POKE251,126:POKE252,169:POKE253,179 30 X=65283:POKE X...
by zephyr
Mon Jan 21, 2013 4:48 pm
Forum: Hints and Tips
Topic: Disable CoCo 1/2 Extended Color BASIC
Replies: 1
Views: 1556

Disable CoCo 1/2 Extended Color BASIC

The following routines can be used to disable Extended Color BASIC on a CoCo 1 or 2. The machine will restart in Color BASIC mode only. These routines are useful if you have written your own program, and would like to test it on an unexpanded CoCo. 10 'ECB DISABLE V1.0 20 'FOR THE TANDY COCO 1 AND 2...
by zephyr
Mon Jan 21, 2013 1:29 am
Forum: Hints and Tips
Topic: CoCo Cartridge List
Replies: 0
Views: 1570

CoCo Cartridge List

I am compiling a concise reference list of all CoCo cartridges. The list below was compiled from cataloguing my own cartridge collection, and some research on the internet. Please let me know if I missed any, and I will update the list. Regards, Steve Tandy TRS-80 Color Computer Cartridge List =====...
by zephyr
Sun Jan 20, 2013 5:03 pm
Forum: Uploads
Topic: Microdeal Catalogue
Replies: 1
Views: 1372

Microdeal Catalogue

Just found the following while searching the web.

Microdeal Catalogue - Autumn/Winter 1985
by zephyr
Sat Jan 19, 2013 6:47 pm
Forum: Dragon General
Topic: Dragon 64 in Brazil
Replies: 19
Views: 11934

Re: Dragon 64 in Brazil

Thanks Ciaran! :D I appreciate you taking the time to try this test. As I suspected, both MESS and VCC suffer from this serious flaw in their emulation of the CoCo 3 hardware. :o
by zephyr
Sat Jan 19, 2013 2:23 pm
Forum: Dragon General
Topic: Dragon 64 in Brazil
Replies: 19
Views: 11934

Re: Dragon 64 in Brazil

sixxie wrote:If nobody else gets back to you, I'll try it out later!
I would be grateful if you would try that little test. :)
by zephyr
Sat Jan 19, 2013 2:16 pm
Forum: Dragon General
Topic: Retrospectiva Competition
Replies: 22
Views: 14242

Re: Retrospectiva Competition

Thanks for sharing, Jim! :) BTW, you forgot the mention the new game "Pipe Frenzy" that you wrote for the CoCo Coding contest.