summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uimain.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2011-12-13 10:08:45 +0000
committer Olivier Galibert <galibert@pobox.com>2011-12-13 10:08:45 +0000
commita504f6bb44f81444c2aacca59059283f6c2bffdc (patch)
treece9bf0bd57ad8bf0a2c8724cb2460f44262ac07e /src/emu/uimain.h
parent1347023777e7fd4d792a018d4ee174acf71ef619 (diff)
uimenu: cleanups and fixes (nw)
Diffstat (limited to 'src/emu/uimain.h')
-rw-r--r--src/emu/uimain.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/emu/uimain.h b/src/emu/uimain.h
index 232b4d87f39..340741b76f6 100644
--- a/src/emu/uimain.h
+++ b/src/emu/uimain.h
@@ -121,10 +121,12 @@ protected:
void toggle_none_default(input_seq &selected_seq, input_seq &original_seq, const input_seq &selected_defseq);
const input_seq &get_field_default_seq(input_field_config *field, input_seq_type seqtype);
-private:
- UINT16 last_sortorder;
+protected:
const void * pollingref;
input_item_data * pollingitem;
+
+private:
+ UINT16 last_sortorder;
bool record_next;
input_seq starting_seq;
@@ -355,8 +357,7 @@ private:
int matchlist[VISIBLE_GAMES_IN_LIST];
const game_driver **driverlist;
- // Still a hack, but a vaguely clearner one
- static driver_enumerator *drivlist;
+ driver_enumerator *drivlist;
void build_driver_list();
};