diff options
Diffstat (limited to 'src/emu/video/psx.c')
-rw-r--r-- | src/emu/video/psx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/psx.c b/src/emu/video/psx.c index 1c012c86b86..41cc1fbec29 100644 --- a/src/emu/video/psx.c +++ b/src/emu/video/psx.c @@ -568,7 +568,7 @@ void psxgpu_device::psx_gpu_init( int n_gputype ) } // icky!!! - machine().save().save_memory( "globals", NULL, 0, "m_packet", (UINT8 *)&m_packet, 1, sizeof( m_packet ) ); + machine().save().save_memory( this, "globals", NULL, 0, "m_packet", (UINT8 *)&m_packet, 1, sizeof( m_packet ) ); save_pointer(NAME(p_vram), width * height ); save_item(NAME(n_gpu_buffer_offset)); |