mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
![]() this is a good example of where the tagmaps are significantly slowing things down. Simple driver but because it is using the actual prom to do address decoding, it was incurring a tag lookup on every mem access (2 in the case of ROM) and was running at 200%, when it can actually run at 1200% just by doing the region tag lookup on startup instead. |
||
---|---|---|
artwork | ||
docs | ||
hash | ||
hlsl | ||
keymaps | ||
src | ||
.gitattributes | ||
.gitignore | ||
makefile |