Search found 1642 matches

by iss
Tue Jan 26, 2021 6:14 pm
Forum: Operating systems, utilities and other serious software
Topic: dflat language update
Replies: 72
Views: 28107

Re: dflat language update

Cool little game!
Some help from me:
- left/right arrows move the hero;
- when standing under a brick (left/middle/right) use up arrow to pick a stone;
- and space to trow it :).

To speed-up TAP loading in Oricutron press F6.
by iss
Mon Jan 25, 2021 8:13 am
Forum: Hardware hacks and extensions
Topic: IJK-egoist new joystick interface by [raxiss]
Replies: 104
Views: 81826

Re: IJK-egoist new joystick interface by [raxiss]

Don't you think a pi pico could be able to be more powerful (and cheaper) to treat oric signal ? Yes, definitely RPi Pico is more than enough to do the job. Honestly even the smallest Arduino board (or just the atmega/attiny/picXX micro controller) can handle the signal to/from the tape port. It's ...
by iss
Sun Jan 24, 2021 9:30 pm
Forum: Hardware hacks and extensions
Topic: IJK-egoist new joystick interface by [raxiss]
Replies: 104
Views: 81826

Re: IJK-egoist new joystick interface by [raxiss]

Well guys, let's talk about devices and cables ! Here are TWO of FOUR NEW UNIQUE (no copy/paste from internet gerber/schematics files): #1: Not best picture but I hope you can read ' TapOricPro ' taporicpro-2.jpg It's clear what it will do plus some not obvious features: - very fast, I think the fas...
by iss
Sun Jan 24, 2021 6:19 pm
Forum: Hardware hacks and extensions
Topic: IJK-egoist new joystick interface by [raxiss]
Replies: 104
Views: 81826

Re: IJK-egoist new joystick interface by [raxiss]

I just received the interface. From a hardware point of view, it's very well designed. @dizzy33 : Thank you very much for you kind words! The rest of your message is irrelevant to IJK-egoist interface (at-least in this thread) ... That's All I Have To Say About That ... Just small but very friendly...
by iss
Sat Jan 23, 2021 12:41 am
Forum: Operating systems, utilities and other serious software
Topic: dflat language update
Replies: 72
Views: 28107

Re: dflat language update

Hey iss, I heard you like port PR's in your PR, so I put Darwin in a PR of your PR for you to submit as a new PR .. @ibisum : Great! Done. Does as65 exist on Linux... Yes, I've downloaded from (bottom of) this PAGE the file AS65 [1.42] Assembler for R6502/65SC02 microprocessor. . as65_142.zip conta...
by iss
Fri Jan 22, 2021 9:57 pm
Forum: Operating systems, utilities and other serious software
Topic: dflat language update
Replies: 72
Views: 28107

Re: dflat language update

As promised here is the PR for Linux port: https://github.com/6502Nerd/dflat/pull/1 This quick port allows compiling of the 3 command-line utilities and 'dflat.rom' + proper 'dflat.pch' file. Some work is needed for full portability (i.e. for big-endian platforms) - mainly the WAV-header structure a...
by iss
Wed Jan 20, 2021 6:05 pm
Forum: Operating systems, utilities and other serious software
Topic: dflat language update
Replies: 72
Views: 28107

Re: dflat language update

Well, you woke my interest in porting the build system under Linux ;), ...with no special Windows includes. The "security" variant of some functions are undefined under Linux/Posix i.e. fopen_s, _itoa_s, strcpy_s, etc. but this is easy fix. What I'll do first - a script to translate as65 s...
by iss
Sun Jan 17, 2021 11:51 am
Forum: Technical questions
Topic: Oric on VGA monitors
Replies: 21
Views: 16411

Re: Oric on VGA monitors

HigashiJun wrote: Sun Jan 17, 2021 4:20 am My monitor is a NEC Multisync LCD 1990FXp.
NEC Multisync LCD 1990FXp - Manual HERE on page 16:
nec-1990FXp.png
Sorry for the bad news but this monitor is NOT 15 kHz compatible :(.
by iss
Sun Jan 17, 2021 1:50 am
Forum: Technical questions
Topic: Oric on VGA monitors
Replies: 21
Views: 16411

Re: Oric on VGA monitors

@HigashiJun, @Symoon : What models are your 15 kHz compatible VGA monitors? Oric outputs the CSYNC signal as negative pulses - are the Sync Striker output HSYNC/VSYNC compatible with the monitor requirements? Else thanks to this thread, I recall that I should have some old VGA monitors buried somew...
by iss
Thu Jan 07, 2021 10:54 pm
Forum: Hardware hacks and extensions
Topic: IJK-egoist new joystick interface by [raxiss]
Replies: 104
Views: 81826

Re: IJK-egoist new joystick interface by [raxiss]

@ dizzy33 : Thanks for the interest and good questions :). ...moving the switch may let your finger push the capacitor. The micro-switch and the capacitor are close, but the switch can be easy manipulated with fingers - no danger for mechanical damages on both (capacitor and switch). It's possible t...
by iss
Sun Jan 03, 2021 8:40 pm
Forum: Cross development tools
Topic: OSDK 1.18
Replies: 7
Views: 7375

Re: OSDK 1.18

Small bug report: typo in file: ....../main/Osdk/_final_/lib/header.s line #273
wrong: #define VIA_ACR $300B
right: #define VIA_ACR $030B
bug.png
by iss
Sun Jan 03, 2021 4:09 am
Forum: Operating systems, utilities and other serious software
Topic: dflat language update
Replies: 72
Views: 28107

Re: dflat language update

Congrats! dflat looks cool and I like small caps :). But I have one recommendation - change the names of ROM/PCH files to dflat.rom/dflat.pch , because: - dflat sounds not bad as name and is self-explaining for the file content; - it's really easy to change one line in 'oricutron.cfg', so the custom...
by iss
Sun Jan 03, 2021 12:03 am
Forum: Games
Topic: Wolfenstein / DOOM for Oric : has this been done?
Replies: 118
Views: 57493

Re: Wolfenstein / DOOM for Oric : has this been done?

I don't manage to have the text written below the hires part of the screen... The 3 text lines in HIRES have index 25,26,27 (where the first screen line has index 0 and starts at address 0xbb80), so you need to call AdvancedPrint with 'y' parameter one of the 25,26 or 27. Another problem is this 3 ...
by iss
Fri Dec 25, 2020 12:23 pm
Forum: General Discussion
Topic: Season greetings!
Replies: 44
Views: 27044

Re: Season greetings!

Merry Christmas and happy holidays to all Oricians!
As tradition here is a small gift -> CLICK ;).
by iss
Fri Dec 25, 2020 12:23 pm
Forum: 6502 assembly coding
Topic: Oric Atmos ROM 1.1b Disassembly - browsable listing by [raxiss]
Replies: 3
Views: 5337

Oric Atmos ROM 1.1b Disassembly - browsable listing by [raxiss]

Hello all! Here you can find the Oric Atmos ROM 1.1b Disassembly converted to easy-browsable format. https://iss.sandacite.com/tools/oric-atmos-rom.html You can click on any instruction argument which is in the range $C000...$FFFF to jump to that address ;). The provided page is simple static html -...