| MediaWiki:Sitenotice |
|---|
| 2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues.
2026-03-15: MediaWiki has been reinstalled and the old database and files restored. It was pretty clogged up from being upgraded so many times since 2004. I am also testing out Cloudflare to see if it can prevent the 'bot assaults that took the site down last year. 2026-03-16: Special thanks to Don Barber for hosting a backup mirror of CoCopedia: https://cocopedia.dgb3.net |
SAM: Difference between revisions
From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
registers |
|||
| Line 5: | Line 5: | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! Address | ||
! Shorthand name | ! Shorthand name | ||
! Function | ! Function | ||
|- | |- | ||
|FFC0 | |FFC0 | ||
| | |V2CLR | ||
| | |SAM V2 bit clear | ||
| | |- | ||
|FFC1 | |||
|V2SET | |||
|SAM V2 bit set | |||
|- | |||
|FFC2 | |||
|V1CLR | |||
|SAM V1 bit clear | |||
|- | |||
|FFC3 | |||
|V1SET | |||
|SAM V1 bit set | |||
|- | |||
|FFC4 | |||
|V0CLR | |||
|SAM V0 bit clear | |||
|- | |||
|FFC5 | |||
|V0SET | |||
|SAM V0 bit set | |||
|- | |||
|FFC7 | |||
|VOFS1 | |||
|SAM F1 set bit to add $200 to video offset | |||
|- | |- | ||
|FFC8 | |||
| | | | ||
| | | | ||
|- | |||
|FFC9 | |||
|VOFS2 | |||
|SAM F2 set bit to add $400 to video offset | |||
|- | |||
|FFC8 | |||
| | | | ||
| | | | ||
|- | |- | ||
| | |FFCB | ||
| | |VOFS3 | ||
| | |SAM F3 set bit to add $800 to video offset | ||
|} | |} | ||
[[Category:Hardware]] | [[Category:Hardware]] | ||
Revision as of 09:48, 4 May 2013
The SAM or Synchronous Address Multiplexer is a chip that controls access to RAM memory by the 6809 CPU and the VDG (Video Display Generator).
SAM Registers
| Address | Shorthand name | Function |
|---|---|---|
| FFC0 | V2CLR | SAM V2 bit clear |
| FFC1 | V2SET | SAM V2 bit set |
| FFC2 | V1CLR | SAM V1 bit clear |
| FFC3 | V1SET | SAM V1 bit set |
| FFC4 | V0CLR | SAM V0 bit clear |
| FFC5 | V0SET | SAM V0 bit set |
| FFC7 | VOFS1 | SAM F1 set bit to add $200 to video offset |
| FFC8 | ||
| FFC9 | VOFS2 | SAM F2 set bit to add $400 to video offset |
| FFC8 | ||
| FFCB | VOFS3 | SAM F3 set bit to add $800 to video offset |