mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-02 06:05:49 +00:00
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
Bugs:
|
|
- System 7.1 with Quadra900 ModelID (1MB ROM): 0x108 gets strange value
|
|
- Real memory addressing: something is still wrong in the Unix part, though
|
|
it works under Linux/i386
|
|
- VOSF does not work with Darwin/X11. Probably due to a combination of
|
|
select()/signals/sigsegv handling/vm_protect()
|
|
|
|
General:
|
|
- Add support for 2MB ROMs (Quadra 840AV)
|
|
- Add support for System 6.0.x
|
|
- Sony: rdVerify, Tag Buffer
|
|
- Disk: rdVerify
|
|
- CD-ROM: track lists, positioning type 3, TOC type 4/5, ReadHeader/ReadMCN/
|
|
ReadISRC/ReadAudio/ReadAllSubcodes
|
|
- Sound in
|
|
- Video: multiple monitor support
|
|
- More accurate Time Manager
|
|
- Serial driver: XOn/XOff handshaking
|
|
- Classic ROM: mouse button/movement is broken with ROM mouse handler
|
|
- Classic ROM: sound output
|
|
- Write a nice User's Manual with linuxdoc or something similar
|
|
|
|
AmigaOS:
|
|
- "Create Hardfile..." button
|
|
- Support for ShapeShifter External Video Drivers
|
|
- clip_amiga.cpp: clip AmigaOS->Basilisk
|
|
- sys_amiga.cpp: MaxTransfer/BufMemType/TransferMask, SysAddCDROMPrefs(),
|
|
SysFormat()
|
|
- Patch 512K ROM for 68040/060 caches
|
|
- Input handler instead of IDCMP?
|
|
- Last sound buffer is not played
|
|
- Sound output rate/bits/channels switching
|
|
|
|
BeOS:
|
|
- clip_beos.cpp: clip BeOS->Basilisk
|
|
- Last sound buffer is not played
|
|
- Sound output rate/bits/channels switching
|
|
- Video depth/resolution switching
|
|
|
|
Unix:
|
|
- clip_unix.cpp: clip Unix->Basilisk
|
|
- clip_unix.cpp: use X selections instead of cut buffer
|
|
- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(),
|
|
prevent/allow for non-floppy/CDROM devices
|
|
- ESD is also available on Solaris
|
|
- display progress bar during disk file creation in prefs editor
|