X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/2cf7241a2ec32fd51b6d859c2eb0317b23739609..afe814271b1b8c0519595d12d5a9cad8a24a3cc9:/src/dp8390.h diff --git a/src/dp8390.h b/src/dp8390.h index 7587ec3..dfd19d6 100644 --- a/src/dp8390.h +++ b/src/dp8390.h @@ -30,7 +30,7 @@ sbit NICE = CTRL_PORT^2; // A7, usado para activar placa de red // Configuración de paǵinas de buffers #define TX_PAGE_START 0x40 // 0x4000 Tx buffer: 256 bytes (usamos 128) -#define RX_PAGE_START 0x46 // 0x4600 Rx buffer: 31 * 256 = 7936 bytes +#define RX_PAGE_START 0x41 // 0x4600 Rx buffer: 31 * 256 = 7936 bytes #define RX_PAGE_STOP 0x60 // 0x6000 // Register base address