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

@@ -528,7 +528,7 @@ void run_bios(struct radeonfb_info *rinfo)
struct pci_data *rom_data;
unsigned long rom_size=0;
unsigned long image_size=0;
unsigned long biosmem = 0x01000000; /* when run_bios() is called, SDRAM is valid but not added to the system */
void *biosmem = (void *) 0x01000000; /* when run_bios() is called, SDRAM is valid but not added to the system */
unsigned long addr;
unsigned short initialcs;
unsigned short initialip;

View File

@@ -39,8 +39,8 @@
#include "x86debug.h"
#include "x86emui.h"
#include "fpu.h"
#include "fpu_regs.h"
#include "x86fpu.h"
#include "x86fpu_regs.h"
/*----------------------------- Implementation ----------------------------*/