dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Map->Array replacements. #6

Closed maximumspatium closed 4 years ago

maximumspatium commented 4 years ago

As the title says, I replaced three maps with arrays of function pointers. They all are now resided in the source file where they are used. Keeping static tables in header files should be avoided.