From 055c0ecd6949f4e048ae8809e3a1f14c8b70e6e6 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 19 Dec 2021 21:30:24 -0500 Subject: [PATCH] Mistake --- src/device/serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device/serial.c b/src/device/serial.c index 5d1c422af..d9178e566 100644 --- a/src/device/serial.c +++ b/src/device/serial.c @@ -718,7 +718,7 @@ serial_set_next_inst(int ni) void serial_standalone_init(void) { for ( ; next_inst < 4; ) - device_add_inst(&i8250_device, next_inst + 1); + device_add_inst(&ns8250_device, next_inst + 1); }; @@ -731,7 +731,7 @@ const device_t ns8250_device = { NULL }; -const device_t i8250_pcjr_device = { +const device_t ns8250_pcjr_device = { "National Semiconductor 8250(-compatible) UART for PCjr", DEVICE_PCJR, SERIAL_8250_PCJR,