Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/86Box/86Box
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Jan 21, 2024
2 parents bd2ef68 + d9607ae commit c9e74d8
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 122 deletions.
1 change: 1 addition & 0 deletions src/include/86box/net_tulip.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
extern const device_t dec_tulip_device;
extern const device_t dec_tulip_21140_device;
extern const device_t dec_tulip_21140_vpc_device;
extern const device_t dec_tulip_21040_device;
2 changes: 2 additions & 0 deletions src/network/net_eeprom_nmc93cxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ nmc93cxx_eeprom_close(void *priv)
uint16_t *
nmc93cxx_eeprom_data(nmc93cxx_eeprom_t *eeprom)
{
if (UNLIKELY(!eeprom))
return NULL;
/* Get EEPROM data array. */
return &eeprom->dev.data[0];
}
Expand Down
Loading

0 comments on commit c9e74d8

Please sign in to comment.