Search found 331 matches

by rpineau
Fri Mar 22, 2019 8:12 pm
Forum: Terriblefire's channel
Topic: CPLD Alternatives for the Future
Replies: 12
Views: 10146

Re: CPLD Alternatives for the Future

The Atmel are not bad devices.. but the free tool(s) are absolute crap. Xilinx has a big advantage there and that's why I moved from the Atmel to the Xilinx XC9500XL series as there is no free VHDL tool for the Atmel ATF15xx and WinCUPL only supports GAL level instructions (no VHDL either) and is no...
by rpineau
Wed Mar 20, 2019 9:33 pm
Forum: H4 MONGREL EDITION DEVELOPMENT & INFO
Topic: ST-IDE-ROM Dev Board v1 - BETA Testers
Replies: 672
Views: 239822

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

I can totally send the files :)
by rpineau
Sat Mar 16, 2019 5:06 pm
Forum: STE / MSTE 68020 booster
Topic: STE / MSTE 68020 booster
Replies: 38
Views: 34090

Re: STE / MSTE 68020 booster

Yes just the main board.
Memory, network, video will be on add-on cards (some of witch are also mostly designed but no PCB has been made until we get a final version of the 68020 main board).
by rpineau
Sat Mar 16, 2019 1:08 am
Forum: STE / MSTE 68020 booster
Topic: STE / MSTE 68020 booster
Replies: 38
Views: 34090

Re: STE / MSTE 68020 booster

Still working on it... still busy with life things too :)
by rpineau
Sat Mar 02, 2019 5:42 pm
Forum: SOFTWARE PROGRAMMING & DISCUSSION
Topic: ASM programmer to write a simple IDE test loop program ?
Replies: 15
Views: 8705

Re: ASM programmer to write a simple IDE test loop program ?

yea, that gcc implementation is not really the best for sure.
I would have though that it would have done a loop with some optimization like if it's a multiple of 2 use cmp.w, if it's a multiple of 4 use cmp.l
Also instead of addq.l #1, use the (a0)+ and (a1)+more the 2 moves
by rpineau
Sat Mar 02, 2019 2:36 am
Forum: SOFTWARE PROGRAMMING & DISCUSSION
Topic: ASM programmer to write a simple IDE test loop program ?
Replies: 15
Views: 8705

Re: ASM programmer to write a simple IDE test loop program ?

You could use memcmp to compare the 2 buffers and only go in the "slow" comparison to display the error if memcmp fails. if(memcmp(buffer, read_buffer, BUFFER_SIZE) != 0) { for (int byte = 0; byte < BUFFER_SIZE; byte++) { if (read_buffer[byte] != (byte & 0xff)) { printf("Data mism...
by rpineau
Thu Feb 28, 2019 12:30 am
Forum: H4 MONGREL EDITION DEVELOPMENT & INFO
Topic: exxos IDE interface (untested)
Replies: 114
Views: 64420

Re: exxos IDE interface (untested)

If Paul's programmer doesn't work I can lend him my official one.
Rodolphe
by rpineau
Tue Feb 26, 2019 2:27 am
Forum: 3D MODELS
Topic: Filament recommendations
Replies: 15
Views: 13279

Re: Filament recommendations

Superglue works well on ABS printed part. But.. be careful as it act as a solvent for ABS, so it's ok to glue 2 parts together, not so much to fill holes and gaps.
by rpineau
Mon Feb 25, 2019 5:37 pm
Forum: 3D MODELS
Topic: Filament recommendations
Replies: 15
Views: 13279

Re: Filament recommendations

Wow, yea... too expensive

Go to advanced search