mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
Fix mouse support for BeagleWrite / MultiScribe.
This commit is contained in:
parent
cdd669a26d
commit
d6c5b8bc57
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user