Skip to content

Commit

Permalink
Hook up 0x3e0/0x3e1 I/O ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Jun 2, 2024
1 parent dd9de96 commit 44d92a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pcmcia/pcmcia_socket_pd6710.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ pd6710_init(const device_t *info)
pd67xx->socket.ready_changed = pd67xx_ready_changed;
pd67xx->socket.status_changed = pd67xx_status_changed;

io_sethandler(0x3e0, 2, pd67xx_port_read, NULL, NULL, pd67xx_port_write, NULL, NULL, pd67xx);

pcmcia_register_socket(&pd67xx->socket);

pd67xx_reset(pd67xx);
Expand Down

0 comments on commit 44d92a8

Please sign in to comment.