Fix subchannel free detection.

This commit is contained in:
starfrost013
2025-02-10 02:32:02 +00:00
parent 087aaf4ba4
commit 35cb8a4cf2
5 changed files with 102 additions and 9 deletions

View File

@@ -0,0 +1,96 @@
nv3_disp:
0x10fe -> DrvBitBlt
0x19be -> DrvCopyBits
0x597c -> DrvCreateDeviceBitmap
0x5a6e -> DrvDeleteDeviceBitmap
0x60b8 -> DrvTextOut
0x6248 -> DrvDestroyFont
0x64b8 -> DrvRealizeBrush
0x6a46 -> DrvDitherColor
0x797a -> DrvGetDirectDrawInfo
0x7b14 -> DrvEnableDirectDraw
0x7b70 -> DrvDisableDirectDraw
0x817c -> DrvPaint
0x81c2 -> DrvResetPDEV
0x82dc -> DrvEnableDriver
0x8312 -> DrvEnablePDEV
0x83ee -> DrvDisablePDEV
0x840a -> DrvCompletePDEV
0x8418 -> DrvSynchronise
0x845a -> DrvEnableSurface
0x851a -> DrvDisableSurface
0x8554 -> DrvAssertMode
0x8690 -> DrvGetModes
0xe59a -> DrvEscape
0xf3ee -> DrvFillPath
0xf3f6 -> DrvStrokePath
0xfa08 -> DrvLineTo
0x12fee -> DrvSetPalette
0x132a4 -> DrvMovePointer
0x13d20 -> DrvSetPointerShape
0x13dea -> DrvStretchBlt
0x147f2 -> DrvSetPixelFormat
0x1483c -> DrvDescribePixelFormat
0x1495a -> DrvClipChanged
0x255b8 -> DrvSwapBuffers
DrvEnableDriver SUCCESS
DrvEnablePDEV SUCCESS 23:28 09/02/2025
Check for cjCaps >= 0x130 && cjDevInfo >= 0x12C SUCCESS 23:31 09/02/2025
EngAllocMem call SUCCESS 23:38 09/02/2025
CreateOglGlobalMemory call SUCCESS 23:40 09/02/2025
bInitializeModeFields call SUCCESS 23:41 09/02/2025
bInitializePalette call SUCCESS 23:42 09/02/2025
EngDeviceIoControl IOCTL 0x232020 (CHECK mini) SUCCESS
EngDeviceIoControl IOCTL 0x232044 (CHECK mini) SUCCESS (eax=0)
DrvCompletePDEV SUCCESS 23:52 09/02/2025
DrvEnableSurface
bEnableHardware call
EngCreateSemaphore call #1 csCrtc SUCCESS 00:55 10/02/2025
EngCreateSemaphore call #2 csFifo SUCCESS 00:57 10/02/2025
EngDeviceIoControl IOCTL 0x230460 SUCCESS 00:57 10/02/2025
EngDeviceIoControl IOCTL 0x230458 SUCCESS 00:57 10/02/2025
NvAllocRoot SUCCESS 01:03 10/02/2025
NvAllocDevice SUCCESS 01:04 10/02/2025
NV3/NV4 architecture check SUCCESS 01:14 10/02/2025
bAssertModeHardware call (bEnable=1) FAILURE - HANG/LOOP
EngDeviceIoControl IOCTL 0x23040C] FAILURE 01:27 10/02/2025
nv3_mini NVStartIO ioctlcode=0x23040C
NVSetMode
NV3SetMode SUCCESS 01:53 10/02/2025
RmUnloadState SUCCESS 01:48 10/02/2025
VBESetModeEx SUCCESS 01:51 10/02/2025
NV_OEMEnableExtensions SUCCESS 01:52 10/02/2025
UpdateArbitrationSettings SUCCESS 01:52 10/02/2025
RmLoadState SUCCESS 01:53 10/02/2025
NV3EnableCursor SUCCESS 01:54 10/02/2025
NV3WaitUntilFinished SUCCESS Passing 02:23 10/02/2025
EngDeviceIoControl IOCTL 0x230408
EngDeviceIoControl IOCTL 0x232024
NvAllocHardware
bCreateStdPatches(?)
CHECK - NV4
vDestroyStdPatches(?)
NV3_WaitForOneVerticalRefresh
EngDeviceIoControl IOCTL 0x230410
SET UP CORRECT FUNCTION POINTERS
_heap_init call
bEnableOffscreenHeap call
bEnablePointer call
bEnableText call
bEnablePalette call
bEnableDirectDraw call
EngCreateBitmap call
EngAssociateBitmap call
DrvDisableSurface: ONLY IN THE CASE OF FAILURE

View File

@@ -1,4 +0,0 @@
Failure condition:
Failed check, causes fifoService call in fifo service init in RM, FifoState STATE_LOAD
CHECK NVSTARTIO! DEBUG TOMORROW