mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
132 stars 14 forks source link

[FW_OTHELL] Othello - crash using then N option key #503

Closed ftoledo closed 2 years ago

ftoledo commented 2 years ago

Module Information

On actual board game , press N key and got MBBSemu crash

Software Information:

enusbaum commented 2 years ago

Missing OpCode that needs to be added to CpuCore.cs, looks similar to CWD:

image

Link to CWD implementation: https://github.com/mbbsemu/MBBSEmu/blob/master/MBBSEmu/CPU/CPUCore.cs#L1329

ftoledo commented 2 years ago

wow! I don't have low level skills programming, i found your project very amazing! it makes me really want to learn! if you need some another test or more debug, please let me know. thanks!

enusbaum commented 2 years ago

Thank you @ftoledo! We've actually tried to structure the project to be as friendly as we can make it for new comers. A bunch of our PR's are from folks who are learning C# for the first time on MBBSEmu 😄

If you want to learn how to contribute or have any questions, feel free to join the project Discord. There's a bunch of folks there who can help you out! 🍻