Search found 408 matches

by MooZ
Sun Sep 27, 2015 4:44 pm
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 87276

Re: [Tools] Etripator

All of the above is ready to be released.
The label filename is a standard CFG/INI file like the main configuration file. It looks like:

Code: Select all

[cd_boot]
logical=e000
physical=000000

[cd_fade]
logical=e02d
physical=00002d
by MooZ
Sun Sep 13, 2015 7:21 pm
Forum: PC-Engine
Topic: [Hardware] 6 buttons stick
Replies: 9
Views: 25064

Re: [Hardware] 6 buttons stick

I was at a bbq this week-end. I snatched a japanese hardware hacking book and took some photos with my cell phone :)
It's basically an article about how to make a 6 buttons arcade stick for the PC Engine.
by MooZ
Fri Sep 04, 2015 8:08 am
Forum: PC-Engine
Topic: [Tools] Etripator
Replies: 26
Views: 87276

Re: [Tools] Etripator

I resumed working on it some weeks ago. It's mostly code clean-up. Anyway, here are the two major features of the next version: Support for mirrored ROMs. Better CD support. Predefined labels : You'll be able to specify in the configuration file a list of name/address. This would be useful for CD-RO...
by MooZ
Sat Aug 29, 2015 2:16 pm
Forum: PC-Engine
Topic: [Hardware] Magic Griffin
Replies: 6
Views: 28805

Re: [Hardware] Magic Griffin

I just noticed that ucon64 supports the Magic Griffin COM interface.
The source code for it can be found at:
by MooZ
Mon Aug 03, 2015 1:17 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 49
Views: 156173

Re: Forum issues / Bug report

Damn, newly registered user notification was not sent by email anymore...
Sorry for the inconvenience...

In case you are wondering, email notifications can be modified via User Control Panel/Board Preferences/Edit notification options.
by MooZ
Mon Aug 03, 2015 11:44 am
Forum: General
Topic: Stuffs to read before going to bed
Replies: 113
Views: 166961

Re: Stuffs to read before going to bed

Recently I had to fight against PID controlers :)
Here's a nice article about fixed-point PI controler: How to build a fixed-point PI controller that just works: PART I.
by MooZ
Thu Jun 18, 2015 7:03 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 49
Views: 156173

Re: Forum issues / Bug report

Testing 3.1.5 update..
1..2... Houston do you read me?
by MooZ
Sun Jun 14, 2015 3:34 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 49
Views: 156173

Re: Forum issues / Bug report

Board successfully updated to phpBB 3.1.4 .
by MooZ
Fri May 29, 2015 8:33 pm
Forum: PC-Engine
Topic: Turbo-Everdrive communication with the computer
Replies: 1
Views: 15611

Re: Turbo-Everdrive communication with the computer

From what I remember the USB port on the everdrive acts like a RS232 port (just like the arduino). I think some address is mapped on the PCE side.
by MooZ
Sun Apr 19, 2015 9:54 pm
Forum: PC-Engine
Topic: [Hard+Soft] Memory Base 128
Replies: 20
Views: 51912

Re: [Hard+Soft] Memory Base 128

The header data for a newly formatted mb128 seems to be 32 06 02 00 d2 d3 d8 cd de b0 bd 31 32 38 00 The code that will copy the pre-built savegames (see emedora.bin attached below) to mb128: 789f: lda #$5f sta $10 lda #$67 sta $11 lda $775f sta $12 lda $7760 sta $13 jsr $651f rts