MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.

Game Master Cart: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
m Fix my dyslexia
Additional programming, demo, and external reference links
Line 20: Line 20:


== Programming ==
== Programming ==
* [https://docs.google.com/document/d/17JzrNqIHZaFmtHEeFSevpkJtbWOn2-2EjxMB2cQlxsY/edit Programming the Game Master Cartridge] - Start here documentation
* [http://www.6809.org.uk/tmp/testgmc/ testgmc] - detect if Game Master Cartridge is present
* [https://drive.google.com/file/d/1nJHDK1-_18M0ht6VB5JNOGE1ze6J8Lp2/view gmcdemo.bas] - demo of the GMC
* [https://drive.google.com/file/d/1LpS0YEg0PChBnlnu2YxNZocb0eEd3xlm/view gmctool.bas] - basic tooling for the GMC
* [https://www.youtube.com/watch?v=ekKKBsg8aSY Basic tools for GMC]
* [https://www.youtube.com/watch?v=ekKKBsg8aSY Basic tools for GMC]


Line 25: Line 29:
* [https://www.youtube.com/watch?v=mGaaDpZ-M3c GMC Demo] Demo in Extended Color Basic
* [https://www.youtube.com/watch?v=mGaaDpZ-M3c GMC Demo] Demo in Extended Color Basic
* [https://www.youtube.com/watch?v=8sEQDIsG4c8 Demo of cyd_gmc on real hardware]
* [https://www.youtube.com/watch?v=8sEQDIsG4c8 Demo of cyd_gmc on real hardware]
* [https://github.com/sorchard001/cyd-gmc SN76489 Music Player based on CyD]


== External References ==
== External References ==
* [https://www.vintageisthenewold.com/game-master-cartridge-enables-better-games-for-coco/ Game Master Cartridge Enables Better Games for Coco] - introductory article about the cartridge
* [https://en.wikipedia.org/wiki/Texas_Instruments_SN76489 Texas Instruments SN76489AN]
* [https://en.wikipedia.org/wiki/Texas_Instruments_SN76489 Texas Instruments SN76489AN]
* [https://docs.google.com/document/d/1ffwWEZ-PByPKaEcATl0f8cmBhJ4628WK1W8Dk9otXt4/edit Game Master 1.0 to 2.0 Update Notes]
* [http://www.smspower.org/Development/SN76489 SN76489 Technical Info]

Revision as of 17:27, 16 February 2020

WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 02/16/2020. Total Pages: 747. Total Files: 997.


Home / Hardware - Game Master Cart


Game Master Cart

MISSING PHOTO

Name Game Master Cart
Year DATE NEEDED
Interface Cartridge Slot
Notes NOTES NEEDED
Info Source INFO SOURCE NEEDED
About the Hardware Info Box


The Game Master Cart is a flash ROM cartridge with the Texas Instruments SN76489AN Digital Complex Sound Generator (DCSG)

Introduction / Tutorial Videos

  • GMC Demo1 Demo and technical information
  • GMC Demo2 Creating Sound from Extended Color Basic
  • GMC Demo3 Creating Sound from Extended Color Basic
  • GMC Demo4 Understanding Bank Switched ROM

Programming

Demos

External References