mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sms, improve ROM bank mapping, add some SRAM support
This commit is contained in:
parent
15caa286fc
commit
b784d4a5f7
4 changed files with 69 additions and 11 deletions
|
@ -59,7 +59,8 @@ extern "C" {
|
|||
/* Z80 core Structures & definitions */
|
||||
/*************************************/
|
||||
|
||||
#define CZ80_FETCH_BITS 4 // [4-12] default = 8
|
||||
// NB this must have at least the value of (16-Z80_MEM_SHIFT)
|
||||
#define CZ80_FETCH_BITS 6 // [4-12] default = 8
|
||||
|
||||
#define CZ80_FETCH_SFT (16 - CZ80_FETCH_BITS)
|
||||
#define CZ80_FETCH_BANK (1 << CZ80_FETCH_BITS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue