mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
Typoed the 6809 (nw)
This commit is contained in:
parent
4bd6f63ce1
commit
c78070781d
@ -34,8 +34,8 @@ protected:
|
||||
|
||||
class memory_interface {
|
||||
public:
|
||||
memory_access<16, 0, 0, ENDIANNESS_LITTLE>::cache cprogram, csprogram;
|
||||
memory_access<16, 0, 0, ENDIANNESS_LITTLE>::specific program;
|
||||
memory_access<16, 0, 0, ENDIANNESS_BIG>::cache cprogram, csprogram;
|
||||
memory_access<16, 0, 0, ENDIANNESS_BIG>::specific program;
|
||||
|
||||
virtual ~memory_interface() {}
|
||||
virtual uint8_t read(uint16_t adr) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user