added x86 emulator (for Radeon BIOS)

This commit is contained in:
Markus Fröschle
2013-12-29 00:33:45 +00:00
parent e0a2ba8af3
commit 1dfbedac64
4 changed files with 1317 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ TRGTDIRS= ./firebee ./m5484lite
OBJDIRS=$(patsubst %, %/objs,$(TRGTDIRS))
TOOLDIR=util
VPATH=dma exe flash fs if kbd pci spi sys usb net util video radeon xhdi
VPATH=dma exe flash fs if kbd pci spi sys usb net util video radeon x86emu xhdi
# Linker control file. The final $(LDCFILE) is intermediate only (preprocessed version of $(LDCSRC)
LDCFILE=bas.lk
@@ -113,6 +113,8 @@ CSRCS= \
radeon_cursor.c \
radeon_monitor.c \
\
biosemu.c \
\
basflash.c \
basflash_start.c