Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Macros | Functions
commodore_900.c File Reference
#include "xemu/emutools.h"
#include "z8k1.h"
#include "z8010.h"
#include "xemu/emutools_config.h"
#include "xemu/emutools_files.h"
Include dependency graph for commodore_900.c:

Go to the source code of this file.

Macros

#define BOOT_ROM   "#c900-boot-combined.rom"
 

Functions

Uint8 z8k1_read_byte_cb (int seg, Uint16 ofs)
 
Uint16 z8k1_read_word_cb (int seg, Uint16 ofs)
 
Uint16 z8k1_read_code_cb (int seg, Uint16 ofs)
 
void clear_emu_events (void)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ BOOT_ROM

#define BOOT_ROM   "#c900-boot-combined.rom"

Definition at line 27 of file commodore_900.c.

Function Documentation

◆ clear_emu_events()

void clear_emu_events ( void  )

Definition at line 58 of file commodore_900.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 66 of file commodore_900.c.

Here is the call graph for this function:

◆ z8k1_read_byte_cb()

Uint8 z8k1_read_byte_cb ( int  seg,
Uint16  ofs 
)

Definition at line 32 of file commodore_900.c.

◆ z8k1_read_code_cb()

Uint16 z8k1_read_code_cb ( int  seg,
Uint16  ofs 
)

Definition at line 51 of file commodore_900.c.

Here is the call graph for this function:

◆ z8k1_read_word_cb()

Uint16 z8k1_read_word_cb ( int  seg,
Uint16  ofs 
)

Definition at line 41 of file commodore_900.c.

Here is the caller graph for this function: