CQTexperiment
Chris Moeller 2014-04-01 14:16:07 -07:00
parent 3264ce9154
commit 0ddc1e9855
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,7 @@ void Chip_WriteReg( void *_chip, Bit32u reg, Bit8u val ) {
}
}
Bit32u Chip_WriteAddr( struct Chip *_chip, Bit32u port, Bit8u val ) {
Bit32u Chip_WriteAddr( void *_chip, Bit32u port, Bit8u val ) {
struct Chip *chip = (struct Chip *)_chip;
switch ( port & 3 ) {
case 0: