cleanup unnecessary files

This commit is contained in:
damdoum 2007-01-05 12:16:31 +00:00
parent 7d3559bf4b
commit 5180340738
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ void on_wtools_1_IOregs_show (GtkWidget *widget, gpointer user_data) {
gtk_toggle_button_set_active((GtkToggleButton*)b, TRUE); gtk_toggle_button_set_active((GtkToggleButton*)b, TRUE);
} }
/* c == 0 (ARM9) */ /* c == 0 means ARM9 */
static u32 val_REG_IME(int c) { return MMU.reg_IME[c]; } static u32 val_REG_IME(int c) { return MMU.reg_IME[c]; }
static u32 val_REG_IE(int c) { return MMU.reg_IE[c]; } static u32 val_REG_IE(int c) { return MMU.reg_IE[c]; }
static u32 val_REG_IF(int c) { return MMU.reg_IF[c]; } static u32 val_REG_IF(int c) { return MMU.reg_IF[c]; }