renamed all files which are part of the x86 emulator to start with "x86"

This commit is contained in:
Markus Fröschle
2013-12-30 11:24:14 +00:00
parent 4d1dbf1324
commit 5a30b0f61c
16 changed files with 35 additions and 121 deletions

View File

@@ -116,14 +116,14 @@ CSRCS= \
radeon_cursor.c \
radeon_monitor.c \
\
decode.c \
sys.c \
debug.c \
prim_ops.c \
ops.c \
ops2.c \
fpu.c \
biosemu.c \
x86decode.c \
x86sys.c \
x86debug.c \
x86prim_ops.c \
x86ops.c \
x86ops2.c \
x86fpu.c \
x86biosemu.c \
x86pcibios.c \
\
basflash.c \