Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03902 Crash/Freeze Critical (emulator) Always Jun 25, 2010, 12:51 Mar 15, 2012, 04:04
Tester AnimalBear View Status Public Platform MAME (Official Binary)
Assigned To Resolution Fixed OS Windows Vista/7 (64-bit)
Status [?] Resolved Driver
Version 0.138u2 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 03902: astrass: MAME crashes when pressing the start key.
Description The game Astra Superstars crash to Desktop on MAME when I tried to start the game.
Steps To Reproduce
Additional Information stv.c merged into saturn.c in 0.142u2
Github Commit
Flags
Regression Version
Affected Sets / Systems astrass
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
6
User avatar
No.06296
Fujix
Administrator
Jun 25, 2010, 13:26
Please write "astrass" for the Affected Sets field, not "Crash".

And it doesn't reproduce for me in Windows 7 64-bit. Both 32-bit and 64-bit builds are working.
User avatar
No.06298
Tafoid
Administrator
Jun 25, 2010, 13:31
edited on: Jun 25, 2010, 13:31
I'm not getting any type of crash here on 32-bit, Windows XP for "astrass".
What build of MAME is this? Is it a command-line version or one with a GUI?
User avatar
No.06300
Firewave
Senior Tester
Jun 25, 2010, 13:40
It's quite obviously MAMEUI since it says "M...A...M...E with GUI" and has an icon. Official MAME has no icon, but I can reproduce the crash on Windows XP x64 with a 32-bit MinGW debug build (wait for the start screen and press P1 starts like he says):

-----------------------------------------------------
Exception at EIP=009447AD (video_start_stv_vdp2(running_machine*)+0x1c96): ACCESS VIOLATION
While attempting to write memory at 1B6A8020
-----------------------------------------------------
EAX=1B6A8020 EBX=00945607 ECX=00000000 EDX=00000000
ESI=762E2E75 EDI=00000000 EBP=0022F830 ESP=0022F7A8
-----------------------------------------------------
Stack crawl:
  0022F830: 009447AD (video_start_stv_vdp2(running_machine*)+0x1c96)
  0022F850: 0094586E (video_update_stv_vdp2(screen_device*, bitmap_t*, _rectangle const*)+0x0267)
  0022F900: 00C569CF (screen_device::update_partial(int)+0x0201)
  0022F940: 00C50AFD (video_frame_update(running_machine*, int)+0x04c5)
  0022F9F0: 00C5084C (video_frame_update(running_machine*, int)+0x0214)
  0022FA20: 00C575EC (screen_device::vblank_end_callback()+0x0084)
  0022FA40: 0182A75D (screen_device::static_vblank_end_callback(running_machine*, void*, int)+0x0011)
  0022FAA0: 00C4A226 (timer_execute_timers(running_machine*)+0x0292)
  0022FC00: 00D2A970 (device_scheduler::timeslice()+0x0cd2)
  0022FD50: 00CCA68B (mame_execute(_core_options*)+0x04dc)
  0022FEC0: 00F3AC8F (cli_execute(int, char**, _options_entry const*)+0x0313)
  0022FF00: 00BED0F4 (utf8_main(int, char**)+0x012c)
  0022FF30: 017FA826 (wmain+0x008a)
  0022FFC0: 004013D4 (__image_base__ = 0x400000+0x13d4)
  0022FFF0: 7D4E7D42 (BaseProcessInitPostImport+0x008d)

gab backtrace

Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
3') at src/mame/video/stvvdp2.c:6118 6118 bitmap_line[x*2] = b | g << 5 | r << 10; (gdb) bt full #0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108, cliprect=0x22f8d0, pri=3 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
3') at src/mame/video/stvvdp2.c:6118 x = 0 ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3} alpha_enabled = 0 sprite_ccrr_mask = 7 sprite_priorities = "
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
3
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0" y = 256 r = 0 g = 0 framebuffer_line = 0x1a8b0020 interlace_framebuffer = 1 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
1' priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0} sprite_priority_shift = 14 sprite_ccrr_shift = 11 sprite_color_mode = 1 b = 0 i = 0 priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0, 7, 7, 6, 0} ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6, 0, 6} sprite_type = 0 sprite_colormask = 2047 pix = 32768 bitmap_line2 = 0x1b6a8660 double_x = 1 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
1' color_offset_pal = 2048 ccr = 0 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0' sprite_ccr = "
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
03" bitmap_line = 0x1b6a8020 sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023, 511, 127, 63, 63, 63, 255, 255, 255, 255} sprite_priority_mask = 3 priority = 3 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
3' mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447} #1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108, cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305 pri = 3 '
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
3' #2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447) at src/emu/video.c:2129 flags = 1 clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447} result = false #3 0x00c50afd in finish_screen_updates (machine=0xe26e008) at src/emu/video.c:513 screen = 0xe264938 anything_changed = false #4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0) at src/emu/video.c:446 anything_changed = 22246144 current_time = {seconds = 25, attoseconds = 525486443246150400} skipped_it = 0 phase = 3 #5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938) at src/emu/video.c:2331 No locals. #6 0x0182a75d in screen_device::static_vblank_end_callback ( machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220 No locals. #7 0x00c4a226 in timer_execute_timers (machine=0xe26e008) at src/emu/timer.c:375 was_enabled = 1 global = 0xe307ef0 timer = 0xe308368 #8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640) at src/emu/schedule.c:244 call_debugger = false timerexec = 0xe30d700 #9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300 settingsloaded = 0 driver = 0x24f1e40 machine = 0xe26e008 mame = 0xe256a30 cb = 0x22fd50 gamename = {<_astring_base> = {text = 0x22fccc "astrass", alloclen = 56, smallbuf = "astrass
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0xQz
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
1?à?7µc?
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
2
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0²\"
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0O??w?7?w
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
00
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0 ²\"
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0Z?z
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
1
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0.
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0"}, <No da ta fields>} exit_pending = 0 error = 0 firstgame = 0 firstrun = 0 #10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0) at src/emu/clifront.c:178 gamename_option = 0xe356b28 "astrass" driver = 0x24f1e40 exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56, smallbuf = "mamed
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0exe
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0SymGetLineFromAddr64
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0s64
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
00? a}0÷a}7777\r÷a}5\fM}"}, <No data fields>} options = 0xe356890 result = -1 gamename = {<_astring_base> = {text = 0x22fe28 "astrass", alloclen = 56, smallbuf = "astrass
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0??
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0?²\"
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0¿
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0?7\"
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
00?a }?ub}7777?ub}xsb}
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0Xm0?\"
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0
Program received signal SIGSEGV, Segmentation fault.
0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
6118 bitmap_line[x*2]
 = b | g << 5 | r << 10;
(gdb) bt full
#0 0x009447ad in draw_sprites (machine=0xe26e008, bitmap=0x1432e108,
    cliprect=0x22f8d0, pri=3 '\003') at src/mame/video/stvvdp2.c:6118
        x = 0
        ccrr_mask_table = {7, 3, 7, 3, 7, 1, 3, 7, 0, 1, 0, 3, 0, 1, 0, 3}
        alpha_enabled = 0
        sprite_ccrr_mask = 7
        sprite_priorities = "\003\000\000\000\000\000\000"
        y = 256
        r = 0
        g = 0
        framebuffer_line = 0x1a8b0020
        interlace_framebuffer = 1 '\001'
        priority_mask_table = {3, 7, 1, 3, 3, 7, 7, 7, 1, 1, 3, 0, 1, 1, 3, 0}
        sprite_priority_shift = 14
        sprite_ccrr_shift = 11
        sprite_color_mode = 1
        b = 0
        i = 0
        priority_shift_table = {14, 13, 14, 13, 13, 12, 12, 12, 7, 7, 6, 0,
          7, 7, 6, 0}
        ccrr_shift_table = {11, 11, 11, 11, 10, 11, 10, 9, 0, 6, 0, 6, 0, 6,
          0, 6}
        sprite_type = 0
        sprite_colormask = 2047
        pix = 32768
        bitmap_line2 = 0x1b6a8660
        double_x = 1 '\001'
        color_offset_pal = 2048
        ccr = 0 '\000'
        sprite_ccr = "\000\000\000\000\000\000\000\023"
        bitmap_line = 0x1b6a8020
        sprite_colormask_table = {2047, 2047, 2047, 2047, 1023, 2047, 1023,
          511, 127, 63, 63, 63, 255, 255, 255, 255}
        sprite_priority_mask = 3
        priority = 3 '\003'
        mycliprect = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
#1 0x0094586e in video_update_stv_vdp2 (screen=0xe264938, bitmap=0x1432e108,
    cliprect=0x22f8d0) at src/mame/video/stvvdp2.c:6305
        pri = 3 '\003'
#2 0x00c569cf in screen_device::update_partial (this=0xe264938, scanline=447)
    at src/emu/video.c:2129
        flags = 1
        clip = {min_x = 0, max_x = 639, min_y = 0, max_y = 447}
        result = false
#3 0x00c50afd in finish_screen_updates (machine=0xe26e008)
    at src/emu/video.c:513
        screen = 0xe264938
        anything_changed = false
#4 0x00c5084c in video_frame_update (machine=0xe26e008, debug=0)
    at src/emu/video.c:446
        anything_changed = 22246144
        current_time = {seconds = 25, attoseconds = 525486443246150400}
        skipped_it = 0
        phase = 3
#5 0x00c575ec in screen_device::vblank_end_callback (this=0xe264938)
    at src/emu/video.c:2331
No locals.
#6 0x0182a75d in screen_device::static_vblank_end_callback (
    machine=0xe26e008, ptr=0xe264938, param=0) at src/emu/video.h:220
No locals.
#7 0x00c4a226 in timer_execute_timers (machine=0xe26e008)
    at src/emu/timer.c:375
        was_enabled = 1
        global = 0xe307ef0
        timer = 0xe308368
#8 0x00d2a970 in device_scheduler::timeslice (this=0xe26e640)
    at src/emu/schedule.c:244
        call_debugger = false
        timerexec = 0xe30d700
#9 0x00cca68b in mame_execute (options=0xe356890) at src/emu/mame.c:300
        settingsloaded = 0
        driver = 0x24f1e40
        machine = 0xe26e008
        mame = 0xe256a30
        cb = 0x22fd50
        gamename = {<_astring_base> = {text = 0x22fccc "astrass",
            alloclen = 56,
            smallbuf = "astrass\000xQz\001?à?\017µc?\002\000²\"\000O??w?\027?w\0
00\000\000\000 ²\"\000Z?z\001\000\000\000\000.\000\000\000\000\000\000"}, <No da
ta fields>}
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#10 0x00f3ac8f in cli_execute (argc=5, argv=0xe355208, osd_options=0x2acc6e0)
    at src/emu/clifront.c:178
        gamename_option = 0xe356b28 "astrass"
        driver = 0x24f1e40
        exename = {<_astring_base> = {text = 0x22fde8 "mamed", alloclen = 56,
            smallbuf = "mamed\000exe\000SymGetLineFromAddr64\000s64\000\000\030?
a}\020÷a}\377\377\377\377\r÷a}\035\fM}"}, <No data fields>}
        options = 0xe356890
        result = -1
        gamename = {<_astring_base> = {text = 0x22fe28 "astrass",
            alloclen = 56,
            smallbuf = "astrass\000??\000\000?²\"\000ª\000¿\000?\377\"\000\030?a
}?ub}\377\377\377\377?ub}xsb}\000\000Xm\210?\"\000\000\000\000"}, <No data field
s>}
#11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208)
    at src/osd/windows/winmain.c:318
        ext = 0x56d8ecd ".map"
#12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82
        i = 5
        rc = 16
        utf8_argv = 0xe355208
#13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
        fiberid = <value optimized out>
        nested = <value optimized out>
        lpszCommandLine = <value optimized out>
        StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0,
          lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0,
          dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0,
          dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0,
          hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0}
        inDoubleQuote = <value optimized out>
#14 0x7d4e7d42 in KERNEL32!GetDateFormatW ()
   from C:\WINDOWS\syswow64\kernel32.dll
No symbol table info available.
#15 0x00000000 in ?? ()
No symbol table info available.
0"}, <No data field s>} #11 0x00bed0f4 in utf8_main (argc=5, argv=0xe355208) at src/osd/windows/winmain.c:318 ext = 0x56d8ecd ".map" #12 0x017fa826 in wmain (argc=5, argv=0xe354ec0) at src/osd/windows/main.c:82 i = 5 rc = 16 utf8_argv = 0xe355208 #13 0x004013d4 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268 fiberid = <value optimized out> nested = <value optimized out> lpszCommandLine = <value optimized out> StartupInfo = {cb = 0, lpReserved = 0x0, lpDesktop = 0x0, lpTitle = 0x0, dwX = 0, dwY = 0, dwXSize = 0, dwYSize = 0, dwXCountChars = 0, dwYCountChars = 0, dwFillAttribute = 0, dwFlags = 0, wShowWindow = 0, cbReserved2 = 0, lpReserved2 = 0x0, hStdInput = 0x0, hStdOutput = 0x0, hStdError = 0x0} inDoubleQuote = <value optimized out> #14 0x7d4e7d42 in KERNEL32!GetDateFormatW () from C:\WINDOWS\syswow64\kernel32.dll No symbol table info available. #15 0x00000000 in ?? () No symbol table info available.
User avatar
No.06301
Fujix
Administrator
Jun 25, 2010, 14:07
I confirmed the crash when I press P1 start, modified the report texts a bit and removed the problematic screenshot.
User avatar
No.06303
AnimalBear
Tester
Jun 25, 2010, 16:48
edited on: Jun 25, 2010, 16:50
Thanks Fujix sorry about Affected Sets field ;)
And with MAME 32 or 64 or Extended still crash, i will wait for the fix pal.
User avatar
No.08350
NekoEd
Senior Tester
Mar 15, 2012, 04:00
I can no longer reproduce this 0.145u4 - Marking resolved.