Search found 6 matches

by famiac
Sat Oct 15, 2016 5:34 am
Forum: Japanese (Sharp, NEC, Casio, Epson..)
Topic: Sharp X1 Executables
Replies: 21
Views: 27758

Rink, sorry to bother you, but could you please check your email when you get the chance? Thank you!
by famiac
Wed Oct 05, 2016 7:34 pm
Forum: Japanese (Sharp, NEC, Casio, Epson..)
Topic: Sharp X1 Executables
Replies: 21
Views: 27758

Ack. Can't believe it's been so long since I found time to do any X1 stuff. Stefan has given me a kick up the arse - so we'll get XBrowser88 back online and, at some point, updated/debugged/improved. I wrote some code for tapes a while back - not entirely sure where it is - and it was never tested ...
by famiac
Mon Jul 11, 2016 6:59 am
Forum: Japanese (Sharp, NEC, Casio, Epson..)
Topic: Sharp X1 Executables
Replies: 21
Views: 27758

I am using the X1 emulator available here. It seems to be the latest available software. http://x1center.org/emu.html I'm afraid most of the technical documentation is in Japanese. Some more info can be found at http://www.x1center.org/ The boot rom can be found using google. I believe the file is c...
by famiac
Tue Jun 28, 2016 2:23 am
Forum: Japanese (Sharp, NEC, Casio, Epson..)
Topic: Sharp X1 Executables
Replies: 21
Views: 27758

Here is the text: The format of the new ".TAP" file of the T-tune Header offers a basis to record the beginning of the file. offset: size: 00H: 4: identification index "TAPE" 04H: 17: tape name of (asciiz) 15H: 5: reserve 1AH: 1: write-protect notch (00H = writable, 10H = write-p...
by famiac
Mon Jun 27, 2016 2:25 pm
Forum: Japanese (Sharp, NEC, Casio, Epson..)
Topic: Sharp X1 Executables
Replies: 21
Views: 27758

Thank you. I can't seem to find the Xbrowser88 program mentioned.

I did find some specs about the tap format. They're in Japanese, though. I managed to convert it to UTF-8 and run the file through google translate.

I can upload it if it would be helpful
by famiac
Mon Jun 27, 2016 6:42 am
Forum: Japanese (Sharp, NEC, Casio, Epson..)
Topic: Sharp X1 Executables
Replies: 21
Views: 27758

Sharp X1 Executables

Hey all, I'm trying to compile a hello world to run on a cassette tape for the Sharp X1, but I'm having some trouble getting the emulator to recognize the program. The header of the compiled binary says it's a tape file, but I could be mistaken. I'm compiling using: zcc +x1 -lndos -o hello hello.c I...