From 99a8259c803fab9c6961f0424731ac53be63334c Mon Sep 17 00:00:00 2001 From: IonutParau Date: Sat, 12 Jul 2025 19:23:06 +0200 Subject: [PATCH] stuff --- src/emulator.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 05bcdfd..4933077 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -691,18 +691,6 @@ int main() { nn_addGPU(computer, NULL, 3, &gpuCtrl); - nn_veepromOptions eepromOpts = { - .isReadOnly = false, - .data = NULL, - .dataLen = 0, - .dataSize = 65536, - .labelLen = 0, - .code = NULL, - .len = 0, - .size = 131072, - }; - nn_addEEPROM(computer, NULL, 9, nn_volatileEEPROM(&ctx, eepromOpts, ne_eeprom_ctrl)); - SetConfigFlags(FLAG_WINDOW_RESIZABLE); InitWindow(800, 600, "emulator");