SDRAM as adress decoder

Building your first 6502-based project? We'll help you get started here.
Post Reply
grzeg2
Posts: 1
Joined: 21 Feb 2016

SDRAM as adress decoder

Post by grzeg2 »

Hello.
I would like the system 6502 get the opportunity to change the map memory and I / O on the fly.
He wants to apply SRAM as adress decoder.
What do you think about this idea, and what problems to pay attention.
Similar to:
http://mikenaberezny.com/hardware/proje ... placement/
User avatar
BitWise
In Memoriam
Posts: 996
Joined: 02 Mar 2004
Location: Berkshire, UK
Contact:

Re: SDRAM as adress decoder

Post by BitWise »

grzeg2 wrote:
Hello.
I would like the system 6502 get the opportunity to change the map memory and I / O on the fly.
He wants to apply SRAM as adress decoder.
What do you think about this idea, and what problems to pay attention.
Similar to:
http://mikenaberezny.com/hardware/proje ... placement/
It's possible. An operating system for the 6809, OS-9 level 2, used to use this trick.

https://en.m.wikipedia.org/wiki/OS-9
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Post Reply