mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-21 21:01:14 -05:00
Disabled SEL interrupt functionality so we can receive IP packets without delays. Some updates for receiving messages. Appears that the HD functionality still works, but others are untested
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
// Various Operation Settings
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
#define USE_SEL_EVENT_ENABLE // Check SEL signal by event
|
||||
// For now, USE_SEL_EVENT_ENABLE is incompatible with the Nuvolink functionality.
|
||||
// See https://github.com/akuker/RASCSI/issues/27 for more information
|
||||
//#define USE_SEL_EVENT_ENABLE // Check SEL signal by event
|
||||
#define REMOVE_FIXED_SASIHD_SIZE // remove the size limitation of SASIHD
|
||||
#define USE_MZ1F23_1024_SUPPORT // MZ-1F23 (SASI 20M/sector size 1024)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user