Search found 4 matches
- Wed Jun 13, 2012 4:02 am
- Forum: General Forum
- Topic: Porting FreeDO to OS X
- Replies: 5
- Views: 16774
Re: Porting FreeDO to OS X
Also turns out my input implementation not really works. Is GetPbusLength should return the same value each time if pbus changed, and 0 if pbus wasn't change? what is that value? is int16_t pbus[8] proper size for pbus? my current implementation looks like (HEX): 48008200800080008000800080008000 - b...
- Wed Jun 13, 2012 2:19 am
- Forum: General Forum
- Topic: Porting FreeDO to OS X
- Replies: 5
- Views: 16774
Re: Porting FreeDO to OS X
Yeah, it works! I got pretty crappy image, but its working! Thanks!
what is native resolution (without any scaling) of 3do console? how much colors?
what is native resolution (without any scaling) of 3do console? how much colors?
- Wed Jun 13, 2012 1:52 am
- Forum: General Forum
- Topic: Porting FreeDO to OS X
- Replies: 5
- Views: 16774
Re: Porting FreeDO to OS X
Thanks!
- Tue Jun 12, 2012 6:09 pm
- Forum: General Forum
- Topic: Porting FreeDO to OS X
- Replies: 5
- Views: 16774
Porting FreeDO to OS X
I'm porting FreeDO to OS X (in terms of OpenEmu project) https://github.com/darvin/OpenEmu/tree/freedo-core Status is all working, except of video output. I need some assistance in converting of this structure from FreeDO core: struct VDLLine //VDLP Line - one VDLP line per patent { unsigned short l...