Search found 407 matches

by MooZ
Tue Apr 19, 2016 6:22 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 47
Views: 98352

Re: Forum issues / Bug report

Update done!
by MooZ
Mon Apr 18, 2016 11:42 am
Forum: PC-Engine
Topic: [Hardware] Pachinko controller
Replies: 6
Views: 12319

[Hardware] Pachinko controller

Here are some images of the pachinko controller guts. Although it was sold by Coconuts Japan, the PCB seems to have been designed by Hori. http://blockos.org/releases/pcengine/hardware/Pachinko/thumb/pachinko_back_00.jpg http://blockos.org/releases/pcengine/hardware/Pachinko/thumb/pachinko_back_01.j...
by MooZ
Mon Apr 18, 2016 9:09 am
Forum: General
Topic: Forum issues / Bug report
Replies: 47
Views: 98352

Re: Forum issues / Bug report

phpBB 3.1.9 is out... Expect an update this week (whoever might be reading this... I'm talking to you Google bot!)
by MooZ
Sat Apr 16, 2016 8:51 am
Forum: PC-Engine
Topic: [Hardware] Analog joypad
Replies: 5
Views: 15302

Re: [Hardware] Analog joypad

Here are the scans of the manual:
by MooZ
Mon Mar 21, 2016 1:33 pm
Forum: PC-Engine
Topic: [Hardware] Analog joypad
Replies: 5
Views: 15302

Re: [Hardware] Analog joypad

It seems that the code after l_f6cd is about moving hgfedcba into 0000bagh . Bits a and b being Select and Start. Anyway the 19 lines of codes that computes this can be reduced to : lda $2a30 asl A ; A=gfedcba0 carry=h rol A ; A=fedcba0h carry=g bcc l0 ; if(carry != 0) A |= 0x$02 ora #$02 l0: ; A=fe...
by MooZ
Sat Mar 19, 2016 7:03 pm
Forum: PC-Engine
Topic: [Hardware] Analog joypad
Replies: 5
Views: 15302

[Hardware] Analog joypad

I think I found the routines that detects and read an analog joypad. According to Gamesx wiki , only 4 games (all by NEC Avenue) are supporting analogue controllers: Afterburner II Forgotten Worlds Operation Wolf Outrun This is what you'll see with Operation Wolf: http://pcedev.blockos.org/download/...
by MooZ
Thu Jan 28, 2016 9:37 am
Forum: PC-FX
Topic: Official NEC PC-FX SDK
Replies: 0
Views: 28710

Official NEC PC-FX SDK

This may be an old news but the official NEC PC-FX SDK is available for download (here).

You can also find SDK for a bunch of other platforms here : http://www.emuparadise.me/sdk
Grab them while you can because I don't think this page will last long :)
by MooZ
Thu Jan 28, 2016 9:21 am
Forum: PC-Engine
Topic: Creating shoot them up
Replies: 19
Views: 29177

Re: Creating shoot them up

Keep it up!