mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-26 02:30:30 +00:00
Annunciator is noop for the moment
This commit is contained in:
parent
e6ca42be64
commit
3badb546d6
@ -366,7 +366,12 @@ void c_initialize_tables() {
|
||||
cpu65_vmem_r[0xC07F] =
|
||||
iie_check_dhires;
|
||||
|
||||
/* DHIRES/Annunciator switches */
|
||||
/* Annunciator */
|
||||
for (i = 0xC058; i <= 0xC05D; i++) {
|
||||
cpu65_vmem_w[i] = cpu65_vmem_r[i] = iie_annunciator_noop;
|
||||
}
|
||||
|
||||
/* DHIRES */
|
||||
cpu65_vmem_w[0xC05E] =
|
||||
cpu65_vmem_r[0xC05E] =
|
||||
iie_dhires_on;
|
||||
|
@ -204,6 +204,7 @@ iie_cxrom_peripheral(),
|
||||
iie_cxrom_internal(),
|
||||
iie_ioudis_on(),
|
||||
iie_ioudis_off(),
|
||||
iie_annunciator_noop(),
|
||||
iie_dhires_on(),
|
||||
iie_dhires_off(),
|
||||
iie_hires_off(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user