Home
last modified time | relevance | path

Searched refs:HP48_IO_12 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dhp48.cpp140 int right_margin = HP48_IO_12(0x25) & ~1; /* -2048..2046 nibbles for main bitmap */ in screen_update_hp48()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dhp48.cpp140 int right_margin = HP48_IO_12(0x25) & ~1; /* -2048..2046 nibbles for main bitmap */ in screen_update_hp48()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dhp48.h187 #define HP48_IO_12(x) (m_io[(x)] | (m_io[(x)+1] << 4) | (m_io[(x)+2] << 8)) macro
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dhp48.h187 #define HP48_IO_12(x) (m_io[(x)] | (m_io[(x)+1] << 4) | (m_io[(x)+2] << 8)) macro