Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include "xemu/emutools.h"
#include "xemu/emutools_files.h"
#include "xemu/emutools_hid.h"
#include "xemu/emutools_config.h"
#include "commodore_vic20.h"
#include "xemu/cpu65.h"
#include "xemu/via65c22.h"
#include "vic6561.h"
Go to the source code of this file.
Macros | |
#define | SCREEN_HEIGHT (SCREEN_LAST_VISIBLE_SCANLINE - SCREEN_FIRST_VISIBLE_SCANLINE + 1) |
#define | SCREEN_WIDTH (SCREEN_LAST_VISIBLE_DOTPOS - SCREEN_FIRST_VISIBLE_DOTPOS + 1) |
#define | VIRTUAL_SHIFT_POS 0x31 |
#define | EMUPRINTF(...) |
Functions | |
int | cpu65_trap_callback (const Uint8 opcode) |
void | cpu65_illegal_opcode_callback (void) |
void | clear_emu_events (void) |
void | cpu65_write_callback (Uint16 addr, Uint8 data) |
void | cpu65_write_rmw_callback (Uint16 addr, Uint8 old_data, Uint8 new_data) |
Uint8 | cpu65_read_callback (Uint16 addr) |
int | emu_callback_key (int pos, SDL_Scancode key, int pressed, int handled) |
int | main (int argc, char **argv) |
#define EMUPRINTF | ( | ... | ) |
Definition at line 216 of file commodore_vic20.c.
#define SCREEN_HEIGHT (SCREEN_LAST_VISIBLE_SCANLINE - SCREEN_FIRST_VISIBLE_SCANLINE + 1) |
Definition at line 31 of file commodore_vic20.c.
#define SCREEN_WIDTH (SCREEN_LAST_VISIBLE_DOTPOS - SCREEN_FIRST_VISIBLE_DOTPOS + 1) |
Definition at line 32 of file commodore_vic20.c.
#define VIRTUAL_SHIFT_POS 0x31 |
Definition at line 106 of file commodore_vic20.c.
void clear_emu_events | ( | void | ) |
void cpu65_illegal_opcode_callback | ( | void | ) |
Definition at line 362 of file commodore_vic20.c.
int cpu65_trap_callback | ( | const Uint8 | opcode | ) |
Definition at line 271 of file commodore_vic20.c.
int emu_callback_key | ( | int | pos, |
SDL_Scancode | key, | ||
int | pressed, | ||
int | handled | ||
) |
Definition at line 386 of file commodore_vic20.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
int bootmon |
Definition at line 95 of file commodore_vic20.c.
int fullscreen |
Definition at line 95 of file commodore_vic20.c.
char* prg |
Definition at line 96 of file commodore_vic20.c.
char* ramexp |
Definition at line 97 of file commodore_vic20.c.
char* rombasic |
Definition at line 99 of file commodore_vic20.c.
char* romchr |
Definition at line 98 of file commodore_vic20.c.
char* romemu |
Definition at line 101 of file commodore_vic20.c.
char* romkernal |
Definition at line 100 of file commodore_vic20.c.
int sdlrenderquality |
Definition at line 103 of file commodore_vic20.c.
int syscon |
Definition at line 102 of file commodore_vic20.c.