1
0
Fork 0
forked from len0rd/rockbox

Make ZVM30GB simulator work.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-05-14 21:14:06 +00:00
parent 67ad705cd9
commit 02883e02e2
4 changed files with 53 additions and 2 deletions

View file

@ -2426,7 +2426,7 @@ static bool dbg_isp1583(void)
}
#endif
#ifdef CREATIVE_ZVx
#if defined(CREATIVE_ZVx) && !defined(SIMULATOR)
extern int pic_dbg_num_items(void);
extern char* pic_dbg_item(int selected_item, void *data, char *buffer, size_t buffer_len);
@ -2527,7 +2527,7 @@ static const struct the_menu_item menuitems[] = {
#if CONFIG_USBOTG == USBOTG_ISP1583
{ "View ISP1583 info", dbg_isp1583 },
#endif
#ifdef CREATIVE_ZVx
#if defined(CREATIVE_ZVx) && !defined(SIMULATOR)
{ "View PIC info", dbg_pic },
#endif
#ifdef ROCKBOX_HAS_LOGF