Update segac2.c

This commit is contained in:
mahoneyt944 2024-11-01 09:34:54 -04:00 committed by GitHub
parent 9717fc0f2b
commit 76db9b75c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6292,7 +6292,7 @@ READ16_HANDLER( sonic3mb_prot_r )
DRIVER_INIT( sonic3mb )
{
/* 100000 = writes to unpopulated MCU? */
install_mem_write8_handler(0, 0x200000, 0x200000, sonic3mb_prot_w);
install_mem_write_handler (0, 0x200000, 0x200000, sonic3mb_prot_w);
install_mem_read16_handler(0, 0x300000, 0x300001, sonic3mb_prot_r);
genesis_region = 0x00; /* read via io */