This website requires JavaScript.
Explore
Help
Register
Sign In
Sprinter
/
mame
Watch
2
Star
0
Fork
0
You've already forked mame
mirror of
https://github.com/holub/mame
synced
2025-04-23 17:00:53 +03:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
1,082
Commits
18
Branches
270
Tags
1.7
GiB
C++
98.1%
C
0.8%
Lua
0.5%
Python
0.2%
Scala
0.1%
8b7582a477
Go to file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
smf-
8b7582a477
Passes mem_mask to the read and write debug hooks. This allows the address & size of the memory access to be correctly calculated when using a memory call that takes a mem_mask. While testing I found that the address had already had it's lower bits masked out, so watch points were broken already. Unexpected results will occur if you pass in a mem_mask that has a gap in. For example 0x00ff00ff is treated as a 3 byte operation, a watchpoint for the gap will still trigger. To simplify the mem_mask decoding it is inverted before passing to the debugger.
2008-03-27 19:22:20 +00:00
docs
Cleanups on the doc files.
2008-02-13 16:55:14 +00:00
src
Passes mem_mask to the read and write debug hooks. This allows the address & size of the memory access to be correctly calculated when using a memory call that takes a mem_mask. While testing I found that the address had already had it's lower bits masked out, so watch points were broken already. Unexpected results will occur if you pass in a mem_mask that has a gap in. For example 0x00ff00ff is treated as a 3 byte operation, a watchpoint for the gap will still trigger. To simplify the mem_mask decoding it is inverted before passing to the debugger.
2008-03-27 19:22:20 +00:00
.gitattributes
Renamed galaxian.c -> galaxold.c. Updated all drivers accordingly.
2008-03-25 12:20:09 +00:00
makefile
Followup to r767:
2008-02-22 00:17:36 +00:00