Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Dec 27, 2022
1 parent 30f7660 commit 8b54725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int bus_io_write(void *user, uint32_t value, uint32_t port) {
uint8_t operation = (port & 0x0000F000) >> 8;
switch (operation) {
case 0x10: {
// TODO: ask the user to insert a disk
// no-op
break;
};
case 0x20: {
Expand Down

0 comments on commit 8b54725

Please sign in to comment.