branlwyd / bdcpu16

DCPU-16 simulator based on version 1.7 of the DCPU-16 specification. See http://dcpu.com/.
0 stars 0 forks source link

Remove mmap/munmap #10

Closed branlwyd closed 11 years ago

branlwyd commented 11 years ago

The CPU has a completely unnecessary mmap/munmap functionality. While it's fun to play with, it slows down every CPU memory access. It needs to go.

branlwyd commented 11 years ago

Fixed in c101c1661ecb0d5d03be5f32bee018903be28ccc.