Skip to content

Commit

Permalink
Fix x64* cia2 mirrors.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@44114 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
blackystardust committed Jun 24, 2023
1 parent f6a68c5 commit efff256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vice/src/c64/c64.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static io_source_t cia2_dd00_device = {
"CIA2", /* name of the chip */
IO_DETACH_NEVER, /* chip is never involved in collisions, so no detach */
IO_DETACH_NO_RESOURCE, /* does not use a resource for detach */
0xdd00, 0xdd0f, 0x0f, /* main registers */
0xdd00, 0xddff, 0x0f, /* main registers */
1, /* read is always valid */
cia2_store, /* store function */
NULL, /* NO poke function */
Expand Down

0 comments on commit efff256

Please sign in to comment.