don't remove memory mapped io devices on cpu reset

This commit is contained in:
Preston Skupinski 2011-10-12 15:19:55 -04:00
parent 10cd88d08e
commit 16f32df754

1
cpu.js
View File

@ -408,7 +408,6 @@ function MMU() {
this.reset = function() {
this.memory ={ 0: {} };
this.memory_mapped_io_devices = {};
};
this.add_memory_mapped_io_device = function(write_callback, read_callback,