Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Extended 80 Column / AppleColor DHR Modes (feature request) #575

Closed
inexorabletash opened this issue Aug 7, 2018 · 3 comments
Closed

Comments

@inexorabletash
Copy link

The Extended 80 Column / AppleColor RGB card as well as Video 7 and Le Chat Mauve support a handful of additional graphics modes. The AppleColor RGB ones are the common subset of most interest:

Mode 1: Mono 560x192 (i.e. DHR in mono mode)
Mode 2: Color 140x192 (i.e. normal DHR)
Mode 3: Mixed (high bit forces mono on a byte by byte basis)

These are accessed by hitting AN3 in the right sequence with 80COL, per the manual ftp://ftp.apple.asimov.net/pub/apple_II/documentation/hardware/video/Ext80ColumnAppleColorCard.pdf

Mode 3 is technically interesting but poorly documented - we lack good reference images to know exactly how things should appear on the boundary.

Mode 1 is useful for apps that use DHR in monochrome, like Apple II DeskTop / MouseDesk, which initializes the mode, freeing the user from hitting that pesky mono/color toggle. This is the one I'm most interested in emulators supporting.

Given the number of video add-ons that support this capability, and that it was implemented by a specific handshake unlikely to be triggered by existing code, it seems like it would be reasonable to add to AppleWin in isolation w/o claiming full support for emulation of any particular card. I'd be satisfied by Mode 1/2 only.

@sicklittlemonkey
Copy link
Contributor

sicklittlemonkey commented Aug 7, 2018 via email

@tomcw
Copy link
Contributor

tomcw commented Aug 8, 2018

I'm going to move these comments to #523, and close this issue as a duplicate of the other.

@tomcw
Copy link
Contributor

tomcw commented Aug 8, 2018

Closed as duplicate of #523.

@tomcw tomcw closed this as completed Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants