Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mame debugger recently broken parameters #2012

Open
syndromtr opened this issue Jan 22, 2017 · 1 comment
Open

mame debugger recently broken parameters #2012

syndromtr opened this issue Jan 22, 2017 · 1 comment
Labels

Comments

@syndromtr
Copy link

here are examples of broken parameters and error messages, (0.181 windows version from mamedev.net)
i recall these were OK in previous versions, e.g. 0.17x

[pbobble]
wp 9070D5,1,w,pc!=3305c
;does not work, stops at that PC

wp xxxx,1,w,pc!=abcd && pc!=dcba
;another general example, non-working

wp 9070D5,1,w,{maincpu.pb@9070d5=01;g}
;invalid token error - it was working before

probably similar extra parameters after "bp" command has similar bugs

@ajrhacker
Copy link
Contributor

I don't recall exactly and haven't checked, but the last few release cycles have seen many changes to PC state registration, and it's easily conceivable that one of them broke this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants