diff 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
line wrap: on
line diff
--- a/blastem.c	Sun Jul 26 13:33:48 2015 -0700
+++ b/blastem.c	Sun Jul 26 16:32:34 2015 -0700
@@ -1050,6 +1050,8 @@
 	gen.vdp = &v_context;
 	gen.ym = &y_context;
 	gen.psg = &p_context;
+	gen.work_ram = ram;
+	gen.zram = z80_ram;
 	genesis = &gen;
 	setup_io_devices(config, gen.ports);