Re: [hatari-devel] Dynamic Bus Sizing and I/O Register Access |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
The chip is a custom designed chip for direct memory access. It has 32-bit long command/status registers. They contain readable status bits in 0x00XX0000 and writeable command bits in 0xXX000000. The registers are always accessed at their base address 0x02000010 using byte access on early 68030-only software and long access on later software that runs on both 68030 and 68040. Access on 68030 is for example using MOVE.B (An),Dn or BTST.B #<data>.W,(An) for read and using MOVE.B #<data>.B,(An) or CLR.B (An) for write. |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |