65oo2/vm/bus.c

20 lines
107 B
C

void
bus_initialize(void)
{
}
void
bus_read(void)
{
}
void
bus_write(void)
{
}
void
bus_reset(void)
{
}