mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
SH2 drc, dummy soc for GP2X
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@823 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6ad8f1d686
commit
1eb704b633
10 changed files with 158 additions and 37 deletions
|
@ -99,7 +99,7 @@ ifeq "$(drc_debug)" "1"
|
|||
DEFINES += DRC_DEBUG=1
|
||||
OBJS += cpu/sh2/mame/sh2dasm.o
|
||||
OBJS += host_dasm.o
|
||||
LDFLAGS += -lbfd -lopcodes
|
||||
LDFLAGS += -lbfd -lopcodes -liberty
|
||||
endif
|
||||
else
|
||||
OBJS += cpu/sh2/mame/sh2pico.o
|
||||
|
|
|
@ -21,10 +21,6 @@ static struct disassemble_info di;
|
|||
#define BFD_MACH bfd_mach_i386_i386_intel_syntax
|
||||
#endif
|
||||
|
||||
/* hacks for ARM */
|
||||
int floatformat_to_double;
|
||||
int floatformat_ieee_single_little;
|
||||
|
||||
/* symbols */
|
||||
static asymbol **symbols;
|
||||
static long symcount;
|
||||
|
|
|
@ -19,8 +19,8 @@ int plat_is_dir(const char *path)
|
|||
|
||||
#ifdef __GP2X__
|
||||
/* Wiz has a borked gettimeofday().. */
|
||||
#define plat_get_ticks_ms plat_get_ticks_ms_gtod
|
||||
#define plat_get_ticks_us plat_get_ticks_us_gtod
|
||||
#define plat_get_ticks_ms plat_get_ticks_ms_good
|
||||
#define plat_get_ticks_us plat_get_ticks_us_good
|
||||
#endif
|
||||
|
||||
unsigned int plat_get_ticks_ms(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue