comparison blastem.c @ 801:092524bb2e8f

Fix GDB remote debugging support
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 16:32:34 -0700
parents 724bbec47f86
children 2953708d02af
comparison
equal deleted inserted replaced
800:ec23202df6a6 801:092524bb2e8f
1048 1048
1049 gen.z80 = &z_context; 1049 gen.z80 = &z_context;
1050 gen.vdp = &v_context; 1050 gen.vdp = &v_context;
1051 gen.ym = &y_context; 1051 gen.ym = &y_context;
1052 gen.psg = &p_context; 1052 gen.psg = &p_context;
1053 gen.work_ram = ram;
1054 gen.zram = z80_ram;
1053 genesis = &gen; 1055 genesis = &gen;
1054 setup_io_devices(config, gen.ports); 1056 setup_io_devices(config, gen.ports);
1055 1057
1056 int fname_size = strlen(romfname); 1058 int fname_size = strlen(romfname);
1057 char * ext = info.save_type == SAVE_I2C ? "eeprom" : "sram"; 1059 char * ext = info.save_type == SAVE_I2C ? "eeprom" : "sram";