|
|
1.1 root 1: /*
2: * UAE - The Unusable Amiga Emulator
3: *
4: * (c) 1995 Bernd Schmidt
5: */
6:
7: #include <iostream.h>
8: #include <iomanip.h>
9: #include <assert.h>
10:
11: #include "amiga.h"
12: #include "memory.h"
13: #include "cpu.h"
14: #include "disk.h"
15: #include "debug.h"
16: #include "xwin.h"
17:
18: int main(int argc, char **argv)
19: {
20: InitX();
21: DISK_init();
22: MC68000_init();
23: MC68000_reset();
24: debug();
25: }
26:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.