tridoraemu,docs: emulate vgafb shifter/maskgen and new iomem layout
This commit is contained in:
parent
4d103f99ec
commit
e8e4b5dd24
3 changed files with 78 additions and 15 deletions
|
|
@ -249,6 +249,7 @@ func (c *CPU) step() error {
|
|||
var name string
|
||||
if (insWord & 1) == 1 {
|
||||
name = "STORE.B"
|
||||
operand &= ^1
|
||||
ea = c.BP + word(operand)
|
||||
} else {
|
||||
name = "STORE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue