Update comment
This commit is contained in:
parent
30f76602a7
commit
8b5472519e
|
@ -219,7 +219,7 @@ int bus_io_write(void *user, uint32_t value, uint32_t port) {
|
||||||
uint8_t operation = (port & 0x0000F000) >> 8;
|
uint8_t operation = (port & 0x0000F000) >> 8;
|
||||||
switch (operation) {
|
switch (operation) {
|
||||||
case 0x10: {
|
case 0x10: {
|
||||||
// TODO: ask the user to insert a disk
|
// no-op
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
case 0x20: {
|
case 0x20: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user