qemu/hw/m68k/Kconfig
Mark Cave-Ayland c178be67fd next-cube: add empty slots for unknown accesses to next.scr memory region
The next.scr memory is now effectively unused, however there are 3 separate region
accesses still logged that occur when booting a NeXTStep disk image. Use the
empty_slot device to capture and ignore memory accesses to these 3 memory regions.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-ID: <20241222130012.1013374-15-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
2024-12-29 07:13:47 +01:00

48 lines
753 B
Text

config AN5206
bool
default y
depends on M68K
select COLDFIRE
select PTIMER
config MCF5208
bool
default y
depends on M68K
select COLDFIRE
select PTIMER
config NEXTCUBE
bool
default y
depends on M68K
select FRAMEBUFFER
select ESCC
select EMPTY_SLOT
config Q800
bool
default y
depends on M68K
select MAC_VIA
select NUBUS
select MACFB
select SWIM
select ESCC
select ESP
select DP8393X
select OR_IRQ
select DJMEMC
select IOSB
select ASC
config M68K_VIRT
bool
default y
depends on M68K
select M68K_IRQC
select VIRT_CTRL
select GOLDFISH_PIC
select GOLDFISH_TTY
select GOLDFISH_RTC
select VIRTIO_MMIO