macemu/BasiliskII/src/AmigaOS
cebix 6c35c2a9e8 - Implemented AppleTalk-over-UDP tunnelling, activated by setting "udptunnel"
to "true". This uses the BSD socket API, so it's fairly portable (currently
  only imeplemented under Unix, though). This works by sending raw Ethernet
  packets as UDP packets to a fixed port number ("udpport", default is 6066),
  using IP broadcasts to simulate Ethernet broad- and multicasts. Currently
  only tested with AppleTalk.
2001-07-12 19:48:28 +00:00
..
asm_support.asm - fixed compilation problems under AmigaOS 2001-06-30 12:58:08 +00:00
audio_amiga.cpp - supported audio formats are now kept in STL vectors 2001-07-05 20:30:54 +00:00
BasiliskII.info
clip_amiga.cpp
ether_amiga.cpp - Implemented AppleTalk-over-UDP tunnelling, activated by setting "udptunnel" 2001-07-12 19:48:28 +00:00
extfs_amiga.cpp
main_amiga.cpp - added support for platform-independant mutexes, currently only properly 2001-07-03 15:59:49 +00:00
Makefile
prefs_amiga.cpp - AmigaOS: SCSI buffer memory type can be selected via prefs 2001-05-24 14:31:07 +00:00
prefs_editor_amiga.cpp - AmigaOS: SCSI buffer memory type can be selected via prefs 2001-05-24 14:31:07 +00:00
scsi_amiga.cpp - experimental gamma table support 2001-06-30 17:21:56 +00:00
serial_amiga.cpp
sys_amiga.cpp - experimental gamma table support 2001-06-30 17:21:56 +00:00
sysdeps.h replaced TIME_OFFSET constant by portable TimeToMacTime() function 2001-07-06 17:36:09 +00:00
timer_amiga.cpp replaced TIME_OFFSET constant by portable TimeToMacTime() function 2001-07-06 17:36:09 +00:00
user_strings_amiga.cpp - AmigaOS: SCSI buffer memory type can be selected via prefs 2001-05-24 14:31:07 +00:00
user_strings_amiga.h - AmigaOS: SCSI buffer memory type can be selected via prefs 2001-05-24 14:31:07 +00:00
video_amiga.cpp fixed typo and added VideoQuitFullScreen() 2001-07-03 19:26:51 +00:00
xpram_amiga.cpp