Example #1
0
static int tfe_dump(void)
{
    mon_out("CS8900 mapped to $%04x ($%04x-$%04x).\n",
            tfe_current_device->start_address & ~tfe_current_device->address_mask,
            tfe_current_device->start_address,
            tfe_current_device->end_address);

    return cs8900_dump();
}
Example #2
0
int cs8900io_dump(void)
{
    return cs8900_dump();
}