Fix mouse support for BeagleWrite / MultiScribe.

This commit is contained in:
tomch 2012-08-12 12:47:02 +00:00
parent cdd669a26d
commit d6c5b8bc57
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Restrictions/bugs:
- For an original Apple //e, 80-column (PR#3) and INVERSE, it still appears to be mousetext character, but it should be inverted upper-case from $40 to $5F.
1.21.0 - 11 Aug 2012
1.21.1 - 12 Aug 2012
--------------------
Changes:
. [Feature #4399] Allow Z80 SoftCard to be inserted into slot 4 or 5. (Allows CP/M v3 to work)
@ -30,6 +30,7 @@ Fixes:
. Floating bus not returned for empty slot $Cnxx addresses. Fixes:
- A2VGA.DSK: Apple][VGA card detection.
- [Bug #018643] Mabel's Mansion.
. [Feature #005552] Mouse wasn't working for BeagleWrite / MultiScribe.
1.20.1 - 17 Jul 2011

View File

@ -477,7 +477,7 @@ void CMouseInterface::Clear()
m_nBuffPos = 0;
m_nDataLen = 1;
m_byMode = 0;
// m_byMode = 0; // Not for BeagleWrite / MultiScribe
m_byState = 0;
m_nX = 0;
m_nY = 0;