void cpu_store_8bit(Environment *_environment, char *_destination, int _value)
CPU 6309: emit code to store 8 bit
int c6847b_screen_mode_enable(Environment *_environment, ScreenMode *_screen_mode)
ScreenMode * find_screen_mode_by_id(Environment *_environment, int _id)
void bitmap_enable(Environment *_environment, int _width, int _height, int _colors)
Emit ASM implementation for BITMAP ENABLE instruction.
void screen_type_color_set(Environment *_environment, int _type, int _color_set)
void screen_mode(Environment *_environment, int _mode)
Emit ASM code for SCREEN [mode].
void tilemap_enable(Environment *_environment, int _width, int _height, int _colors, int _tile_width, int _tile_height)
Emit ASM implementation for TEXT ENABLE instruction.
struct _ScreenMode ScreenMode
#define WARNING_SCREEN_MODE(v1)
struct _Environment Environment
Structure of compilation environment.