Search found 148 matches

by highwayman
Sun Feb 15, 2009 4:20 am
Forum: General Discussion
Topic: Shared source code repository
Replies: 10
Views: 12515

all my programs are hand-written on paper in a folder, maybe it's time to see how far OCR software has advanced! :) well, that and a copy of IJK's robotron rip. if you remember that game - attack of the cybermen or something, the interlude screens are supposed to be like robotron, but they are slow ...
by highwayman
Tue Jan 27, 2009 10:32 pm
Forum: Technical questions
Topic: Keyboard partial failure
Replies: 23
Views: 36553

maybe the keyboard is sending control-characters that are being placed into the screen-ram and causing the video-chip to crash.
by highwayman
Wed Jan 21, 2009 11:13 am
Forum: Technical questions
Topic: Keyboard partial failure
Replies: 23
Views: 36553

i think i remember a ttl chip on the actual keyboard that does some scan decoding - replace that chip.
by highwayman
Wed Jan 21, 2009 11:10 am
Forum: Operating systems, utilities and other serious software
Topic: How to move a file from one DSK to another
Replies: 9
Views: 21369

unless it loads into the stack-area it can.

even then, you can force it to load into a different address.
by highwayman
Thu Dec 11, 2008 4:43 pm
Forum: General Discussion
Topic: FOR SALE: My Oric Atmos and Microvitec CUB on Ebay
Replies: 3
Views: 6378

considering how much it would cost to post the monitor, why not say where you are!
by highwayman
Mon Nov 24, 2008 2:18 pm
Forum: Games
Topic: Doing 3D games on the Oric ?
Replies: 434
Views: 403935

why not do something really simple like battlezone?
the original was 6502 based anyway.
(so steal the AI code :D)
by highwayman
Fri Oct 10, 2008 11:20 am
Forum: Cross development tools
Topic: 6502 Windows-based disassembler
Replies: 37
Views: 55981

waskol wrote:
Symoon wrote::?: Hey Waskol,
did you ever have time to update OricDasm ?

I'd love to use it :)
Cheers
I's not dead ! Just a lack of spare time, and i was more worried about an emulator for VISTA/XP :wink:
you can find an emulator for xp here :D
http://www.winehq.org
by highwayman
Thu Sep 18, 2008 9:58 am
Forum: Games
Topic: Transferring Tyrann UK
Replies: 9
Views: 13071

You mean POKE#1A,96 ? yes, well spotted - it's been a while :) putting RTS before the jump address everybody patches is so simple but usually works. i'v seen comercial code and magazines tell people to doke#1b,deek(#fffc) or something like that more times than i can count - but they always overlook...
by highwayman
Wed Sep 17, 2008 10:32 am
Forum: Games
Topic: Transferring Tyrann UK
Replies: 9
Views: 13071

does it load in one go and then stop, or does it load extra stuff after a while? if it's a single load then it should be easy. try poke$1a,$96 then load it and hit reset - or get out a monitor like the one from pss. i'v only found 1 game that was hard to do over - damsel in distress. probably someth...
by highwayman
Wed Sep 17, 2008 10:24 am
Forum: Games
Topic: Epyx games...
Replies: 8
Views: 12371

"stay a while - stay forever!"

love that game! :)
by highwayman
Thu Jul 24, 2008 11:07 pm
Forum: Hardware hacks and extensions
Topic: Floppy drive emulator
Replies: 9
Views: 19706

i'm surprised the oric even starts up with a meter of cable on the bus! :D

when i was building stuff i used to keep the ribbon under 10cm.
by highwayman
Fri May 30, 2008 12:40 am
Forum: Operating systems, utilities and other serious software
Topic: Poll: Which is the storage system you do use ?
Replies: 17
Views: 89150

Jasmin is not only Amiga compatible but also PC compatible, all those drives use the standard Shuggard interface, just like Microdisk btw. It's only the controller that is different (MFM vs other modulation) on PC or Amiga (or Mac, but Mac has some weird drives also). wrong the standard was broken ...
by highwayman
Tue May 20, 2008 9:53 pm
Forum: General Discussion
Topic: Webmaster news
Replies: 4
Views: 7239

will there be an oric client? ;)
by highwayman
Sat May 10, 2008 1:53 pm
Forum: Games
Topic: Space 1999 - players area
Replies: 32
Views: 38615

to activate the zx81 you first need to find the blue-tak and apply it to the rampack.
;)
by highwayman
Sat Apr 26, 2008 10:03 pm
Forum: Emulators
Topic: Euphoric won't load ROM file
Replies: 11
Views: 19814

check for jumps (jsr/jmp) into your modified routines,

it may be jumping into a routine you changed but *not* jumping into the start but the middle of one.

i'v done that - dirty but saves writing the same code again.