mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-15 15:25:10 +01:00
11 lines
224 B
C
11 lines
224 B
C
|
/*
|
||
|
* E-UAE - The Portable Amiga Emulator
|
||
|
*
|
||
|
* Miscellaneous machine dependent support functions and definitions
|
||
|
*
|
||
|
* Copyright 2005 Richard Drummond
|
||
|
*/
|
||
|
|
||
|
/* Use the i386 version */
|
||
|
#include "md-i386-gcc/support.c"
|