Basilisk II and SheepShaver Macintosh emulators
Go to file
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
BasiliskII Building on GCC 2 causes errors: 2003-04-01 05:26:07 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Sync with changes from cxmon and B2. I have yet to find out why my old 2003-01-04 12:23:39 +00:00