This commit is contained in:
starfrost013
2025-05-23 15:59:54 +01:00
parent 44f98236c8
commit 28500a82ba
3 changed files with 12 additions and 3 deletions

View File

@@ -462,6 +462,14 @@ extern const device_config_t nv3t_config[]; // Confi
#define NV3_PME_INTR 0x200100 // Mediaport: Interrupt Pending?
#define NV3_PME_INTR_EN 0x200140 // Mediaport: Interrupt Enable
#define NV3_PME_END 0x200FFF
// THIS IS NOT A REAL REGISTER.
// This is so my software e.g. nvplayground can determine if the software is being run in an emulator on a real RIVA 128.
// This register should have some sort of open bus, garbage or 00/FF on a real NV3/NV3T but have a string.
#define NV3_EMULATED_MARKER_START 0x269420
#define NV3_EMULATED_MARKER 0x0D15EA5E
#define NV3_PGRAPH_START 0x400000 // Scene graph for 2d/3d rendering...the most important part
// PGRAPH Core

View File

@@ -955,7 +955,6 @@ void nv3_pfifo_cache1_pull(void)
nv_log_verbose_only("***** DEBUG: CACHE1 PULLED ****** Contextual information below\n");
nv3_ramin_context_t context_structure = *(nv3_ramin_context_t*)&current_context;
nv3_debug_ramin_print_context_info(current_param, context_structure);