Skip to content

Commit

Permalink
bugfix: Fix TekMagic memory type.
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 5, 2025
1 parent eccd015 commit e7dd713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expansion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6554,7 +6554,7 @@ static const struct cpuboardsubtype gvpboard_sub[] = {
_T("TekMagic"),
ROMTYPE_CB_TEKMAGIC, 0, 4,
tekmagic_add_scsi_unit, EXPANSIONTYPE_SCSI,
BOARD_MEMORY_25BITMEM,
BOARD_MEMORY_HIGHMEM,
128 * 1024 * 1024
},
#endif
Expand Down

0 comments on commit e7dd713

Please sign in to comment.