MAME
Go to file
2008-03-30 09:19:23 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ACCESSING_DWORD_n. These check for any access within the bounds, currently the pattern for checking whether both bytes of a word is written is to make two byte checks ( this pattern existed before because there was no macro for testing a 16 bit word, though you could have used ACCESSING_LSW32 ). 2008-03-30 09:19:23 +00:00
.gitattributes 1. Added driver for JPM 'Give us a Break' hardware, supporting: 2008-03-29 01:35:02 +00:00
makefile Followup to r767: 2008-02-22 00:17:36 +00:00