libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

reading memory using retro_get_memory_data #74

Open nadavbh12 opened 6 years ago

nadavbh12 commented 6 years ago

Is it possible to implement retro_get_memory_data?

It seems that dosbox uses paging, therefore, simply sending the address of the beginning of the RAM wouldn't be possible.

Is there perhaps a different interface which allows to send memory from a specific address?