Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02470 Crash/Freeze Critical (emulator) Always Oct 3, 2008, 09:48 Oct 9, 2008, 08:36
Tester Firewave View Status Public Platform MAME (Self-compiled)
Assigned To aaron Resolution Fixed OS
Status [?] Resolved Driver
Version 0.127u6 Fixed in Version 0.127u7 Build Debug
Fixed in Git Commit Github Pull Request #
Summary 02470: Various: Access Violation
Description I seem to be getting two different crashes. First (with "-video none")

-----------------------------------------------------
Exception at EIP=00A06F2A (video_get_view_for_target+0x1843): ACCESS VIOLATION
While attempting to read memory at 0BA10638
-----------------------------------------------------
EAX=0BA10638 EBX=00000000 ECX=00000000 EDX=0B9D17B8
ESI=15231000 EDI=00000000 EBP=0022F7E8 ESP=0022F7A0

and when I tried to reproduce it (with default settings):

-----------------------------------------------------
Exception at EIP=009F716F (drawd3d_init+0x431f): ACCESS VIOLATION
While attempting to read memory at 0BA20638
-----------------------------------------------------
EAX=0BA20638 EBX=00000001 ECX=15191020 EDX=FF000000
ESI=0B9E17B8 EDI=00000140 EBP=0022F774 ESP=0022F764

Happens with

taito_h.c: dleague
pbaction.c: all sets
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version > 0.127u4
Affected Sets / Systems Various
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
6
User avatar
No.02671
Tafoid
Administrator
Oct 3, 2008, 13:31
edited on: Oct 3, 2008, 16:29
This must be debug only? I can't reproduce this on a regular build, 32-bit. Tried 0.127u4,u5 and u6. EDIT: Crash repros in Debug build only.
User avatar
No.02672
Firewave
Senior Tester
Oct 3, 2008, 16:35
edited on: Oct 3, 2008, 16:37
The first crash I posted happens with "-video none" and the second one happens with the default setting (d3d).

It also happens to all pbaction.c sets.

UPDATE: I updated the initial report.
User avatar
No.02680
Firewave
Senior Tester
Oct 4, 2008, 10:52
Also happens with:

macs.c: yujan
macs.c: yuka
egghunt.c: egghunt
User avatar
No.02699
couriersud
Developer
Oct 5, 2008, 20:16
Does not happen on 64bit linux debug build. Backtrace?
User avatar
No.02702
Firewave
Senior Tester
Oct 5, 2008, 22:47
backtrace of pbaction:

Program received signal SIGSEGV, Segmentation fault.
0x009379c7 in copyline_palette16 (dst=0x1c684904, src=0x14b43080, width=256,
    palette=0xb931bf8, borderpix=1) at src/osd/windows/drawd3d.c:1904
1904                    *dst++ = 0xff000000 | palette[*src++];
(gdb) bt full
#0  0x009379c7 in copyline_palette16 (dst=0x1c684904, src=0x14b43080,
    width=256, palette=0xb931bf8, borderpix=1)
    at src/osd/windows/drawd3d.c:1904
        x = 64
#1  0x009376a2 in texture_set_data (d3d=0xbfb1f44, texture=0x1c631fa8,
    texsource=0x17b41fc8, flags=8213) at src/osd/windows/drawd3d.c:2274
        srcy = 0
        dst = (void *) 0x1c684800
        rect = {Pitch = 1152, pBits = 0x1c684800}
        result = 0
        miny = -1
        maxy = 225
        dsty = -1
#2  0x00938fd0 in texture_update (d3d=0xbfb1f44, prim=0x17b41f98)
    at src/osd/windows/drawd3d.c:2487
        texture = (texture_info *) 0x1c631fa8
#3  0x00933f91 in drawd3d_window_draw (window=0xbe71e90, dc=0xa01198c,
    update=0) at src/osd/windows/drawd3d.c:620
        d3d = (d3d_info *) 0xbfb1f44
        prim = (const render_primitive *) 0x17b41f98
        result = 1
#4  0x00928c79 in draw_video_contents (window=0xbe71e90, dc=0xa01198c,
    update=0) at src/osd/windows/window.c:1408
No locals.
#5  0x00928875 in winwindow_video_window_proc@16 (wnd=0x19f0a30,
    message=1026, wparam=0, lparam=199827376) at src/osd/windows/window.c:1335
        hdc = (HDC) 0xa01198c
        ptr = 199696016
        window = (win_window_info *) 0xbe71e90
#6  0x7d9472d8 in USER32!DefDlgProcW () from C:\WINDOWS\syswow64\user32.dll
No symbol table info available.
#7  0x019f0a30 in rom_kof2001 ()
No symbol table info available.
#8  0x00000402 in ?? ()
No symbol table info available.
#9  0x00000000 in ?? ()
User avatar
No.02703
Firewave
Senior Tester
Oct 5, 2008, 22:49
The backtrace of pbaction with "-video none -str 2":

Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219             pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0  0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1  0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2  0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3  0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4  0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5  0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
', color_type = 0 '
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
', compression_method = 0 '
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
', filter_method = 0 '
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
', interlace_method = 0 '
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
', palette = 0x0, num_palette = 0, trans = 0x0, num_trans = 0, textlist = 0x0} palette = (const rgb_t *) 0xe error = 2292020 text = "½?a}0?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0?3M}", '
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
' <repeats 12 times>, "H?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0\ 000
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
05?a}Z½M}    \?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0`?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0\ 000
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0h?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
07½M}    
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0D6
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00?\"\ 000p47
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
1
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0D6
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0 0?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0BºM}`
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
1
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0?\a?5°?\"
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
05?7
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
1?\ 037D6?2(
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
27
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0??7
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
1
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
00
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
2
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0@?17
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
10\b?5
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
2
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0@
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0\ 000
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0
Program received signal SIGSEGV, Segmentation fault.
0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
219 pix00 = texture->palette[texbase[0]];
(gdb) bt full
#0 0x00999108 in get_texel_palette16_bilinear (texture=0x13e51fc8, curu=0,
    curv=14614528) at src/emu/rendersw.c:219
        texbase = (const UINT16 *) 0x1424ee00
        pix00 = 4
        pix01 = 4294967040
        pix10 = 0
        pix11 = 1065353216
        u0 = 0
        u1 = 1
        v0 = 223
        v1 = 0
#1 0x00998abb in rgb888_draw_quad_palette16_none (prim=0x13e51f98,
    dstdata=0x16461000, pitch=224, setup=0x22f620) at src/emu/rendersw.c:863
        pix = 2291224
        dest = (UINT32 *) 0x16461000
        curu = 0
        curv = 14614528
        dudx = 0
        dvdx = -65536
        endx = 224
        x = 0
        y = 0
#2 0x0099e382 in rgb888_setup_and_draw_textured_quad (prim=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2144
        fdudx = 0
        fdvdx = -0.00446428591
        fdudy = 0.00390625
        fdvdy = 0
        setup = {dudx = 0, dvdx = -65536, dudy = 65536, dvdy = 0, startu = 0,
  startv = 14614528, startx = 0, starty = 0, endx = 224, endy = 256}
#3 0x0099e504 in rgb888_draw_primitives (primlist=0x13e51f98,
    dstdata=0x16461000, width=224, height=256, pitch=224)
    at src/emu/rendersw.c:2215
        prim = (const render_primitive *) 0x13e51f98
#4 0x00996cff in create_snapshot_bitmap (screen=0xb811f74)
    at src/emu/video.c:2298
        primlist = (const render_primitive_list *) 0x14631f90
        width = 224
        height = 256
        view_index = 2103594051
#5 0x00996929 in video_screen_save_snapshot (machine=0xb791f34,
    screen=0xb811f74, fp=0x16411ee0) at src/emu/video.c:2199
        pnginfo = {image = 0x0, width = 0, height = 0, xres = 0, yres = 0,
  screen = {min_x = 0, max_x = 0, min_y = 0, max_y = 0}, xscale = 0,
  yscale = 0, source_gamma = 0, resolution_unit = 0, bit_depth = 0 '\0',
  color_type = 0 '\0', compression_method = 0 '\0', filter_method = 0 '\0',
  interlace_method = 0 '\0', palette = 0x0, num_palette = 0, trans = 0x0,
  num_trans = 0, textlist = 0x0}
        palette = (const rgb_t *) 0xe
        error = 2292020
        text = "½?a}\210?\"\000?\233M}", '\0' <repeats 12 times>, "H?\"\000\000\
000\000\000\225?a}Z½M}    \\?\"\000`?\"\000\000\200\000\000\000\000\000\000\000\
000\000\000h?\"\000\207½M}    \000\000D\026\0000\000\000\000\200\000\000\230?\"\
000p\234\037\001\000\000D\026\000\000\000\000\000\200\000\000\030\000\000\000\23
0?\"\000BºM}`\001\000\000\220?\"\000\000\000\000\000?\a?\025°?\"\0005?\037\001?\
037D\026?2(\002\227\000\000\000??\037\001\000\020\000\000\002\000\000\000\000\00
0\000@?\231\037\001\030\b?\025\000\000\000\000\002\000\000\000\000\000\000@\000\
000\000\000\000\000\000\000?\037"...
#6 0x0099682f in recompute_speed (machine=0xb791f34, emutime=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165
        fname = (astring *) 0x16401f00
        filerr = FILERR_NONE
        file = (mame_file *) 0x16411ee0
        delta_emutime = 149999999999999994
#7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0)
    at src/emu/video.c:1521
        current_time = {seconds = 2, attoseconds = 16666666666666586}
        skipped_it = 0
        phase = 3
#8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74,
    param=0) at src/emu/video.c:1380
        i = 2
        screen = (device_config *) 0xb811f74
        state = (screen_state *) 0x13ef1f20
#9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase=
      {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359
        was_enabled = 1
        timer = (emu_timer *) 0x2b0c0e0
#10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34)
    at src/emu/cpuexec.c:335
        target = {seconds = 2, attoseconds = 16666666666666586}
        base = {seconds = 2, attoseconds = 8333333333333253}
        cpunum = 2
        ran = 25602
#11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345
        settingsloaded = 0
        driver = (const game_driver *) 0x1f26df0
        machine = (running_machine *) 0xb791f34
        mame = (mame_private *) 0xb7a1f68
        cb = (callback_item *) 0x8aa1e58
        gamename = (astring *) 0xb791f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8aa1e58
        gamename = (astring *) 0x8a81f00
        exename = (astring *) 0x8a91f00
        gamename_option = 0x8ad1f08 "pbaction"
        driver = (const game_driver *) 0x1f26df0
        result = -1
#13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8)
    at src/osd/windows/winmain.c:257
        ext = 0x2856018 ".map"
#14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0)
    at src/osd/windows/main.c:72
        i = 10
        rc = 2293624
        utf8_argv = (char **) 0x89c1fd8
        argv = (TCHAR **) 0x6e62758
        wenviron = (WCHAR **) 0x6e64e70
        startupinfo = -1
0?7"... #6 0x0099682f in recompute_speed (machine=0xb791f34, emutime= {seconds = 2, attoseconds = 16666666666666586}) at src/emu/video.c:2165 fname = (astring *) 0x16401f00 filerr = FILERR_NONE file = (mame_file *) 0x16411ee0 delta_emutime = 149999999999999994 #7 0x009950b3 in video_frame_update (machine=0xb791f34, debug=0) at src/emu/video.c:1521 current_time = {seconds = 2, attoseconds = 16666666666666586} skipped_it = 0 phase = 3 #8 0x00994bf0 in vblank_begin_callback (machine=0xb791f34, ptr=0xb811f74, param=0) at src/emu/video.c:1380 i = 2 screen = (device_config *) 0xb811f74 state = (screen_state *) 0x13ef1f20 #9 0x009b81cf in timer_set_global_time (machine=0xb791f34, newbase= {seconds = 2, attoseconds = 16666666666666586}) at src/emu/timer.c:359 was_enabled = 1 timer = (emu_timer *) 0x2b0c0e0 #10 0x009c0efa in cpuexec_timeslice (machine=0xb791f34) at src/emu/cpuexec.c:335 target = {seconds = 2, attoseconds = 16666666666666586} base = {seconds = 2, attoseconds = 8333333333333253} cpunum = 2 ran = 25602 #11 0x0097f24b in mame_execute (options=0x8aa1e58) at src/emu/mame.c:345 settingsloaded = 0 driver = (const game_driver *) 0x1f26df0 machine = (running_machine *) 0xb791f34 mame = (mame_private *) 0xb7a1f68 cb = (callback_item *) 0x8aa1e58 gamename = (astring *) 0xb791f00 exit_pending = 0 error = 0 firstgame = 0 firstrun = 0 #12 0x00b9e70c in cli_execute (argc=10, argv=0x89c1fd8, osd_options=0x20ff400) at src/emu/clifront.c:171 options = (core_options *) 0x8aa1e58 gamename = (astring *) 0x8a81f00 exename = (astring *) 0x8a91f00 gamename_option = 0x8ad1f08 "pbaction" driver = (const game_driver *) 0x1f26df0 result = -1 #13 0x00925078 in utf8_main (argc=10, argv=0x89c1fd8) at src/osd/windows/winmain.c:257 ext = 0x2856018 ".map" #14 0x011f98c9 in main (argc=10, a_argv=0x6e626c0) at src/osd/windows/main.c:72 i = 10 rc = 2293624 utf8_argv = (char **) 0x89c1fd8 argv = (TCHAR **) 0x6e62758 wenviron = (WCHAR **) 0x6e64e70 startupinfo = -1