diff --git a/CMakeLists.txt b/CMakeLists.txt index c9825b9ef..52f24f4b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ option(DISCORD "Discord Rich Presence support" option(DEBUGREGS486 "Enable debug register opeartion on 486+ CPUs" OFF) # Remove when merged, should just be -D option(NV_LOG "NVidia RIVA 128 debug logging" ON) -option(NV_LOG_ULTRA "Even more NVidia RIVA 128 debug logging" ON) +option(NV_LOG_ULTRA "Even more NVidia RIVA 128 debug logging" OFF) if (NV_LOG) add_compile_definitions(ENABLE_NV_LOG) diff --git a/src/video/nv/nv3/subsystems/nv3_pramdac.c b/src/video/nv/nv3/subsystems/nv3_pramdac.c index 8f16cb015..5597e2f73 100644 --- a/src/video/nv/nv3/subsystems/nv3_pramdac.c +++ b/src/video/nv/nv3/subsystems/nv3_pramdac.c @@ -405,4 +405,9 @@ void nv3_pramdac_write(uint32_t address, uint32_t value) { nv_log(": Unknown register write (address=0x%08x)\n", address); } +} + +uint32_t nv3_pramdac_read_clut(void) //4bpp/8bpp +{ + } \ No newline at end of file