macemu/BasiliskII/src
nigel 21c4e9da5b Building on GCC 2 causes errors:
../uae_cpu/gencpu.c: In function `void gen_opcode(long unsigned int)':
../uae_cpu/gencpu.c:874: conversion from `unsigned int' to `enum wordsizes'
../uae_cpu/gencpu.c:875: conversion from `unsigned int' to `enum amodes'
due to mismatching of types in struct instr and types in function prototypes.
However, this only started happening recently and I don't know why :-(
2003-04-01 05:26:07 +00:00
..
AmigaOS - implemented direct SCSI transfers (bypassing the buffer) 2002-09-01 12:01:46 +00:00
BeOS 2001 -> 2002 2002-01-20 16:58:56 +00:00
dummy - documentation updates 2002-01-15 14:58:43 +00:00
include Additional string defs for JIT-specific options 2002-09-17 16:07:21 +00:00
MacOSX Some extra versions tested, extra tips, ExtFS 7.5.3 2003-04-01 03:17:47 +00:00
native_cpu - documentation updates 2002-01-15 14:58:43 +00:00
powerrom_cpu - documentation updates 2002-01-15 14:58:43 +00:00
uae_cpu Building on GCC 2 causes errors: 2003-04-01 05:26:07 +00:00
Unix Darwin-specific prefs and initial CD code. Since some of the CD code is just too weird to include here, I just call extern functions which I currently implement in a file sys_darwin.cpp 2003-03-21 07:03:05 +00:00
adb.cpp - documentation updates 2002-01-15 14:58:43 +00:00
audio.cpp some cleanups in the sound component 2002-03-10 19:34:11 +00:00
cdrom.cpp read_toc() dumps the entire TOC when DEBUG=1 2003-01-16 18:33:40 +00:00
disk.cpp cleaned up pthread attributes [Brian Johnson] 2002-02-07 16:10:57 +00:00
emul_op.cpp - fixed the problem with Ticks getting incremented on every interrupt, not 2002-01-18 21:06:03 +00:00
ether.cpp cleaned up pthread attributes [Brian Johnson] 2002-02-07 16:10:57 +00:00
extfs.cpp - documentation updates 2002-01-15 14:58:43 +00:00
macos_util.cpp - documentation updates 2002-01-15 14:58:43 +00:00
main.cpp Updates to reflect recent cxmon 64bit changes 2002-11-05 10:33:06 +00:00
prefs_items.cpp Update prefs editor with "JIT Compiler" pane 2002-09-17 16:06:37 +00:00
prefs.cpp - documentation updates 2002-01-15 14:58:43 +00:00
rom_patches.cpp - fixed the problem with Ticks getting incremented on every interrupt, not 2002-01-18 21:06:03 +00:00
rsrc_patches.cpp - documentation updates 2002-01-15 14:58:43 +00:00
scsi.cpp - scsi_linux.cpp uses SCSI generic interface version 2 2002-01-26 18:10:13 +00:00
serial.cpp - documentation updates 2002-01-15 14:58:43 +00:00
slot_rom.cpp - added infrastructure for multi-monitor support; only video_x.cpp is 2002-04-25 11:00:31 +00:00
sony.cpp fixed floppy disk change detection problems under Linux 2002-02-23 17:54:24 +00:00
timer.cpp - documentation updates 2002-01-15 14:58:43 +00:00
user_strings.cpp Update prefs editor with "JIT Compiler" pane 2002-09-17 16:06:37 +00:00
video.cpp added some safety checks 2002-04-25 13:14:11 +00:00
xpram.cpp - documentation updates 2002-01-15 14:58:43 +00:00