Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions
z8k1.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void z8k1_init (void)
 
void z8k1_reset (void)
 
int z8k1_step (int cycles_limit)
 
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 z8k1_write_byte_cb (int seg, Uint16 ofs, Uint8 data)
 
void z8k1_write_word_cb (int seg, Uint16 ofs, Uint16 data)
 
Uint8 z8k1_in_byte_cb (int special, Uint16 addr)
 
Uint16 z8k1_in_word_cb (int special, Uint16 addr)
 
void z8k1_out_byte_cb (int special, Uint16 addr, Uint8 data)
 
void z8k1_out_word_cb (int special, Uint16 addr, Uint16 data)
 

Function Documentation

◆ z8k1_in_byte_cb()

Uint8 z8k1_in_byte_cb ( int  special,
Uint16  addr 
)

◆ z8k1_in_word_cb()

Uint16 z8k1_in_word_cb ( int  special,
Uint16  addr 
)

◆ z8k1_init()

void z8k1_init ( void  )

Definition at line 516 of file z8k1.c.

◆ z8k1_out_byte_cb()

void z8k1_out_byte_cb ( int  special,
Uint16  addr,
Uint8  data 
)

◆ z8k1_out_word_cb()

void z8k1_out_word_cb ( int  special,
Uint16  addr,
Uint16  data 
)

◆ 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:

◆ z8k1_reset()

void z8k1_reset ( void  )

Definition at line 487 of file z8k1.c.

◆ z8k1_step()

int z8k1_step ( int  cycles_limit)

Definition at line 520 of file z8k1.c.

◆ z8k1_write_byte_cb()

void z8k1_write_byte_cb ( int  seg,
Uint16  ofs,
Uint8  data 
)

◆ z8k1_write_word_cb()

void z8k1_write_word_cb ( int  seg,
Uint16  ofs,
Uint16  data 
)