guh it's 6am but i'm posting this anyways:
I made myself a good 12bit vertical rom for the cpu
It uses my slide system, where 8 lines of prom are loaded at once, then those are decoded faster by a set of decoders closer to the processor 'n stuff.
I settled for 128 lines of prom, even though 256 lines are supported.
My slide read speed is 12 ticks
My normal read speed is 5 ticks
In general, a slide load occurs on a branch or after every 8 instructions.
I made myself a good 12bit vertical rom for the cpu
It uses my slide system, where 8 lines of prom are loaded at once, then those are decoded faster by a set of decoders closer to the processor 'n stuff.
I settled for 128 lines of prom, even though 256 lines are supported.
My slide read speed is 12 ticks
My normal read speed is 5 ticks
In general, a slide load occurs on a branch or after every 8 instructions.