| 10 |
- ADBInterrupt() is no longer called from the 60Hz interrupt but has |
- ADBInterrupt() is no longer called from the 60Hz interrupt but has |
| 11 |
its own interrupt flag, potentially increasing the smoothness of |
its own interrupt flag, potentially increasing the smoothness of |
| 12 |
mouse movement |
mouse movement |
| 13 |
|
- ether.cpp: implemented relatively platform-independant "AppleTalk |
| 14 |
|
over UDP" mode that doesn't require any special kernel modules or |
| 15 |
|
network drivers but can only interconnect instances of Basilisk II; |
| 16 |
|
this is enabled by setting "udptunnel" to true |
| 17 |
- Unix: windowed display mode supports different resolutions and color |
- Unix: windowed display mode supports different resolutions and color |
| 18 |
depths, which can be switched on-the-fly |
depths, which can be switched on-the-fly |
| 19 |
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility |
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility |