codesqueak / Z80Processor

A Zilog Z80 Processor Emulator in Java
Apache License 2.0
11 stars 7 forks source link

Code examples? #15

Open atirut-w opened 1 year ago

atirut-w commented 1 year ago

I want to use this library but there in-code docs can only help so much when you have to DIY glueing the CPU, IO and memory bus.

codesqueak commented 1 year ago

Hi Atirut,

I'm not sure what you are asking for ? can you clarify please ?

If you want to see the library being used in a project, have a look here:

https://github.com/codesqueak/Nascom

Regards

codesqueak

On Sat, Nov 26, 2022 at 1:09 AM Atirut Wattanamongkol < @.***> wrote:

I want to use this library but there in-code docs can only help so much when you have to DIY glueing the CPU, IO and memory bus.

— Reply to this email directly, view it on GitHub https://github.com/codesqueak/Z80Processor/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEX64MPM2MRE4WA2CK6E5UTWKFPMTANCNFSM6AAAAAASLW7UKM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

atirut-w commented 1 year ago

Sorry, figured the API and anon classes out yesterday but I forgot to close.

More specifically though, I meant examples on how to "properly" create a VM since I didn't want to do subclasses.