Alexey Cluster

Results 141 comments of Alexey Cluster

Too bad than HND is a binary format. Maybe we should find some alternative?

Can you send me ROM for testing? [email protected]

Thank you, i'll try to implement this mapper soon.

I resolved conflicts but it still lacks some features: - Reset button as mentioned by @vadosnaprimer. - fceux has 512 color palette support, what about it? Your new dialog allows...

> 2\. Current `LDA ($5A symbolic_name),Y @ $000D = #$00`, and what I think would look better `LDA ($5A),Y symbolic_name @ $000D = #$00` Actually, these lines have two different...

I did some tests. `ORA $01` - dialog cannot be opened `ORA $02,X` - dialog can be opened only if the address does not already have a name `AND $03`...

Dialog can't be opened when there is a space after a two-digit address ![image](https://user-images.githubusercontent.com/4236181/153218470-771d1927-bd17-45a0-b9fb-fdd506b04c59.png) Because of this check: https://github.com/TASEmulators/fceux/blob/a75c27d517cf8a166e2968918a5846a6d80d84df/src/drivers/win/debugger.cpp#L1713 Need to improve address validation code.

Please try the latest dev build at commit https://github.com/TASEmulators/fceux/commit/132e062d777b193f5d6be4c992ae0bc8eaa84b4d.

It does not emulate mentioned mappers now but it's possible in future. As I said, I want to add mapper 413 support, game "Super Russian Roulette" uses it.