Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Keoni29

Pages: 1 2 3 [4] 5 6 ... 9
46
TI Z80 / TO8XV - PC files to appvar converter
« on: December 21, 2013, 01:37:10 pm »
Because I wanted to send some SID register dump files from my pc to my calculator for my TIMID soundchip I needed a way to convert a large amount of data to an appvar. I had to make a computer program to do it for me.

Syntax: to8xv [sourcefile] [appvar.8xv] [name(8 characters max)]

Source and executable included in zip file.


New python version with some additional options:
UPDATE:
Python version with some more commandline options. The ti83f.py module can be used in your own custom tools.
https://github.com/keoni29/to8xv

Planned features: multiple variables per .8xv file.

47
Other / My ultimate emulation PC rig
« on: December 06, 2013, 04:30:39 pm »
Pics coming soon.

Features:
-Pentium 4 @3.2GHz
-NVIDIA GeForce 8400 GS
-2GB Ddr2 Ram
-80GB hdd
-has internet connection

-SNES controller to printerport adapter!
-Atari2600 cartridge reader!

-Screen1:Samsung 19 inch LCD (with some nicks and scratches.)
-Screen2:Sony Trinitron CRT television (hooked up via composite though. I will have to find a way to get my gfx card to output rgb)

-Some pc speakers with a subwoofer.

48
Other / Atari2600 Cartridge Reader V2
« on: November 11, 2013, 06:14:14 am »
Original post: http://8times8.host56.com/?p=334

I started porting the cartreader software to the eZ8 microcontroller. It is already possible to read cartridges.

Because the eZ8 has 29I/O pins I don't have to use latches to expand the address bus. This means I only need two IC's for the entire build: A max232 for serial communication and the microcontroller! This greatly reduces the cost of the entire thing. It also makes it much easier to build than its arduino counterpart.



The cartreader V2 has a renewed communication protocol. Instead of dividing the cartridge address range in pages you can have random access to the cartridge via the pc and do block transfers. Every block has a header like this:

Code: [Select]
mode = [0x00..0x01] (0x00=read, 0x01=write)
size = [0x00..0xFF] (0x00=1byte, 0xFF=256bytes)
addrH = [0x00..0x0F](12 bit start address)
addrL = [0x00..0xFF]

If write mode was selected [size] bytes will follow. These are buffered and then written to the cartridge starting at the 12 bit start address.

In the next couple of days I will modify the romclient.exe pc software so it works with the eZ8 version. I will rename it to romclient2.exe to avoid confusion.

49
Other / All of my projects in one zip file.
« on: November 07, 2013, 06:18:15 am »
Most of them... Includes:
-Finished calculator games and tools.
-PC games
-Arduino projects
-Music including unreleased stuff.
-Pictures, schematics
-Links to my websites

rev1 (2013) Download (114MB)

50
TI Z80 / Tipover - the crate game <<contest 2013>>
« on: November 01, 2013, 05:51:42 pm »
I already made this for the PC in 3d but for the calculator I settled with a simpler look.
Started programming this evening. I'd say I'm halfway done already.

What the boardgame looks like:

The objective it to get your man to the red crate by walking on top of other crates. Tip crates over to form pathways.

51
Humour and Jokes / Weird spam tells me I won 800.000 usd
« on: October 24, 2013, 05:05:46 am »
Wut.

52
Web Programming and Design / PHP+JS slideshow
« on: October 12, 2013, 07:18:08 am »
Make a slideshow from an url:
http://83.128.153.131/random/imgviewer.php?pre=https://bite-prod.s3.amazonaws.com/wp-content/uploads/2013/01/you-had-one-job&id=7&ext=.jpg&lim=47&auto=1
Code: [Select]
http://83.128.153.131/random/imgviewer.php
?pre=http://www.url.com/image
&id=1
&ext=extention.jpg
&lim=10
&auto=0
You get a slideshow ranging from: http://www.url.com/image1extention.jpg
to: http://www.url.com/image10extention.jpg
that does not play automatically.

53
Web Programming and Design / 8 by 8 sprite image from url
« on: September 29, 2013, 07:40:15 am »
Create 8 by 8 sprite from url
It has been a while since I created the sprite-from-url script. I now present to you:
     A small editor for creating 8x8 sprites. It exports an url you can paste anywhere!

Go to the applet
Link: http://cookiecraft.eeems.me:81/spr/

Screenshots




Features
+ Up to 2 colors simultaniously.
+ High resolution! 8*8 pixels
+ 4x Anti aliasing

Upcoming features in Beta1.2.5_a
+ Oculus Rift support (If we reach our goal on kickstarter!)

This webapp was brought to you

54
Gaming Discussion / Arcade expo 2013 the netherlands
« on: September 13, 2013, 03:58:02 am »
Retro Game Experience 14-15 sept 2013 in Hilversum the Netherlands. I am going there! Is anyone coming too? It's €15 for one day or €22 for the entire weekend.
http://www.beeldengeluid.nl/retro-game-experience


Gamelist: http://www.beeldengeluid.nl/gamelist
Console list: http://www.beeldengeluid.nl/consoles

55
Other / Looking for non-shit phone
« on: September 10, 2013, 04:02:12 am »
Price range €300-€400
Battery life with normal use > 1 day

My current phone is a samsung galaxy gio with android 2.3, a scratched up screen and a battery life of 6-7 hours with minimal use.
The new phone is supposed to be the opposite of this old phone. I want to use it as a digital agenda for school, so it needs to have a nice large screen so I can fit all appointments on there.

56
Art / Atari 2600 peanuts
« on: August 20, 2013, 05:05:53 am »
DJ requested this. I was bored and decided to make it :)

Effects used: scanline pattern, vertical color bar pattern, de-interlacing, ntsc colors, motion blur, about 4 layers of the same image slightly shifted relative to eachother. Original pixelart was made in paint.

57
Web Programming and Design / eZ8 programming website
« on: August 17, 2013, 02:25:49 pm »


Working on this website about Zilog eZ8 programming. It uses php for loading pages and I am working on an article editor. Trying to figure out a way to make it more secure before I let people edit articles.

Webdesign and php by me. Articles by both me and Willrandship.
What do you guys think about the layout. Nothing distracting you while reading? Text not too small? Does it look right on your device?
Thanks in advance for your feedback :)

58
Casio Calculators / CFX-9850GB plus - Broken screen
« on: August 07, 2013, 09:17:06 am »
Got it for €4. The screen has 3 horizontal missing lines in it. How do I fix it?

59
Other / [No international shipping!] DevBoard eZ8 for $14
« on: August 07, 2013, 04:02:01 am »
I just got my order refunded:
Quote
Sorry product are sold only within the philippines. We can'i shipped internationally because of high cost
So there is that...

Spoiler For Spoiler:
To get into eZ8 programming you either need to build your own development board or buy one. The problem with making your own is that you need a Zilog USB smartCable to be able to use the debug features in the IDE (you program the chip via the debug interface, so you really need it) The kit is only $10 more expensive than the cable by itself which generally goes for about $30. I wound up getting the Devkit with the cable included for $40. A week or two later I found out about this little board that allows you to use a regular usb cable. This neat little devboard has the same layout as an arduino, but instead of an ATmega it has an Z8F042A encore! XP on it.

The exact chip number is not listed on the website, but it is a 28 pin IC. It has 23 I/O pins, 4KB of flash, 1KB of ram.

Spoiler For Spoiler:

Read the original article:
http://8times8.host56.com/?p=275

Order one: http://www.rapidsignalph.com/shop/z8duino/[/s]

60
Anime and Manga / Webseries Anime: RWBY (red white black yellow)
« on: August 04, 2013, 08:00:49 am »


RWBY

Watch it on roosterteeth.com! http://roosterteeth.com/archive/?id=7872&v=more

An anime about a girl called Ruby who wants to become a huntress and fight evil monsters. The head of an elite combat training academy sees her fight and asks her to join his academy. Ruby has to make new friends here. Just watch it. You will not be disappointed.

Large melee weapons that are also guns, magic, motorcycles, crime, futuristic aircrafts.


Edit: season 1 is over. You can watch all episodes right here!

Pages: 1 2 3 [4] 5 6 ... 9