Search found 407 matches

by MooZ
Tue Dec 11, 2018 11:15 am
Forum: PC-Engine
Topic: [Hardware] Analog joypad
Replies: 5
Views: 15378

Re: [Hardware] Analog joypad

Here're some informations about the XHE-3 and the XE1-AP : https://www.raphnet.net/electronique/xh ... dex_en.php
This will help fill the gaps.

In the meantime I put the code in HuDK : https://github.com/BlockoS/HuDK/blob/ma ... e/analog.s
by MooZ
Wed Nov 14, 2018 5:45 pm
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 54408

Re: [Tools] Etripator

Screw appveyor...
by MooZ
Wed Nov 14, 2018 4:05 pm
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 54408

Re: [Tools] Etripator

I just ran a test under Windows 10 and... nothing happened.
Congratulations! You found a bug :D

[edit] I pushed a quick fix. A new binary will be available here https://ci.appveyor.com/project/BlockoS ... /artifacts
I'll try to work on a safer/cleaner fix next week.
by MooZ
Fri Nov 09, 2018 3:29 pm
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 54408

Re: [Tools] Etripator

Weird... I just ran a test with the 0.6 and master on Linux and everything seems to be working fine.
Do you run it from a terminal like cmd or mingw bash?
by MooZ
Wed Aug 22, 2018 4:52 pm
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 54408

Re: [Tools] Etripator

New release!

https://github.com/BlockoS/Etripator/releases/tag/v0.6
  • Label file format was changed.
  • You can now specify multiple label files to the cli.
  • New formatting options were added to inc_data sections.
  • Labels can now appears inside inc_data sections.
by MooZ
Wed Aug 15, 2018 8:10 pm
Forum: Others
Topic: MGD2
Replies: 3
Views: 26528

Re: MGD2

by MooZ
Fri Apr 13, 2018 9:49 pm
Forum: PC-Engine
Topic: [Hard+Soft] Memory Base 128
Replies: 20
Views: 34507

Re: [Hard+Soft] Memory Base 128

I moved the doc to github : https://github.com/BlockoS/mb128
by MooZ
Sat Dec 23, 2017 10:51 pm
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 54408

Re: [Tools] Etripator

New version! https://github.com/BlockoS/Etripator/releases/tag/v0.5 Config and label files are now JSON files. MPRs can be set in config files. This way physical addresses are not needed anymore in label file. The hardware page is used instead. Startup code and gfx can now be automatically extracted...
by MooZ
Mon Oct 30, 2017 2:07 pm
Forum: PC-Engine
Topic: [Hardware] Analog joypad
Replies: 5
Views: 15378

Re: [Hardware] Analog joypad

Apparently according to this blog post, the analog joypad is also supported by Thunder Force.
I'll have to check this.

Any way in order to use the analog sticks, you'll also need a XHE-3.
by MooZ
Tue Sep 26, 2017 6:41 pm
Forum: PC-Engine
Topic: CC65 PCE How to use more than 8K?
Replies: 2
Views: 9149

Re: CC65 PCE How to use more than 8K?

For what I understood you need to specify a similar configuration file to the linker. Here's an example:
https://github.com/BlockoS/HuDK/blob/ma ... /dummy.cfg