Skip to content
#

68000

Here are 82 public repositories matching this topic...

philpem
philpem commented Aug 15, 2020

Macros are used extensively within the code, especially in the emulator interface (memory access). The way they're used rarely follows best practice, looks messy, and confuses the way the code works. Furthermore, they're large and hard to follow.

At the very least the access-check functions should be reimplemented as static inline functions -- other macros should be reviewed.

Improve this page

Add a description, image, and links to the 68000 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 68000 topic, visit your repo's landing page and select "manage topics."

Learn more