File:  [UNIX Amiga Emulator] / uae / main.cc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:37:52 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae001, HEAD
uae-0.1

 /* 
  * UAE - The Unusable Amiga Emulator
  * 
  * (c) 1995 Bernd Schmidt
  */

#include <iostream.h>
#include <iomanip.h>
#include <assert.h>

#include "amiga.h"
#include "memory.h"
#include "cpu.h"
#include "disk.h"
#include "debug.h"
#include "xwin.h"

int main(int argc, char **argv)
{
  InitX();
  DISK_init();
  MC68000_init();
  MC68000_reset();
  debug();
}


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.