Search found 460 matches

by carlsson
Wed Mar 14, 2018 2:24 pm
Forum: Games programming
Topic: [cc65]How can I redefine characters and use colors?
Replies: 10
Views: 12070

Re: [cc65]How can I redefine characters and use colors?

Very good questions! Actually I copied that bit of code from Kurt's Titanic demo. In his comments he mentions the BIOS routine VDP_Regwrite at $FE1F: BIOS_VDP_Regwrite = $FE1F ; this is a short subroutine which writes the contents of a into VDP register x. It can also be used for initializing the re...
by carlsson
Tue Feb 27, 2018 11:03 am
Forum: Games programming
Topic: [cc65]How can I redefine characters and use colors?
Replies: 10
Views: 12070

Re: [cc65]How can I redefine characters and use colors?

I believe you need to set up the VDP vectors at $BFF0. I used these values previously: .byte $00 ; VDP 0: External video off, M2=0 .byte $A2 ; VDP 1: 16K mode, Screen not active, Generate interrupts ; M1=0, M3=0, Sprites = 16x16 unmagnified .byte $04 ; VDP 2: Pattern Name Table = 04 * $400 = $1000 ....
by carlsson
Tue Feb 27, 2018 10:52 am
Forum: Homebrew software and hardware (excluding games)
Topic: [SOLVED][VDP] What are the two bytes that have to be written into the VDP status address?
Replies: 4
Views: 6332

Re: [VDP] What are the two bytes that have to be written into the VDP status address?

You add $40 to indicate the address is set up for writing, or $00 to indicate it is set up for reading.

This doc is for the Spectravideo but is has the same type of VDP, see Address Register: http://samdal.com/svvideo.htm
by carlsson
Tue Jun 27, 2017 9:57 am
Forum: Other VTech systems
Topic: Great TMS Video Chip Demo
Replies: 12
Views: 14935

Re: Great TMS Video Chip Demo

True, we have discussed that before and the likelyhood that one and the same manufacturer - whoever it was - had several reference designs based on the TI custom chipset but with different CPUs attached to it, of which Coleco went with the Z80 design and the 6502 design was left for VTech to acquire...
by carlsson
Mon Jun 26, 2017 10:34 pm
Forum: Other VTech systems
Topic: Great TMS Video Chip Demo
Replies: 12
Views: 14935

Re: Great TMS Video Chip Demo

Regarding the VDP, I read the other day that supposedly it was designed by Milton Bradley (the toy/game company) to be used in a 16-bit video game manufactured by Texas Instruments. It is not clear what is fact and what is fiction, but the gospel is that TI said "fool you!" to MB, grabbed the design...
by carlsson
Wed Apr 05, 2017 8:54 am
Forum: Hardware
Topic: How to build a creatiVision power supply
Replies: 55
Views: 52988

Re: How to build a creatiVision power supply

Sad to say, that spare 1541 floppy drive has been resting in its plastic bag for over 1.5 years. In theory I think it will work to reuse the transformer part of its power supply, as it should both have the windings at the right voltages, and designed to handle the required loads of current. Someone ...
by carlsson
Tue Feb 14, 2017 1:16 pm
Forum: General CreatiVision forum
Topic: Creative Computing on CreatiVision
Replies: 13
Views: 18345

Re: Creative Computing on CreatiVision

Great news! In case I come across more references, I'll post them here. Last year I went through a number of Japanese computer magazines I/O which also had a gaming oriented publication, but so far I can't recall seeing anything about the Cheryco release. It also makes me wonder if Sanyo Video in Ge...
by carlsson
Mon Jan 30, 2017 10:18 am
Forum: Other VTech systems
Topic: Great TMS Video Chip Demo
Replies: 12
Views: 14935

Re: Great TMS Video Chip Demo

Although it is not a VTech system, yesterday a new, very nice mega demo was released for the expanded TI-99/4A: https://www.youtube.com/watch?v=ZhSUhE03XFw http://www.pouet.net/prod.php?which=68783 As you know, it has the same VDP and PSG as the Creativision, but instead of a 2 MHz 6502 or 3.5 MHz Z...
by carlsson
Tue Jan 17, 2017 9:37 am
Forum: General CreatiVision forum
Topic: Creative Computing on CreatiVision
Replies: 13
Views: 18345

Re: Creative Computing on CreatiVision

By the way, the reference in January 1984 to the mid-range Laser 2001 which is able to run ColecoVision software (sic!) is present here. No picture of that computer though, but a picture of the Laser 3000 on the previous page. While I'm willing to accept that neither the CreatiVision nor the 2001 we...
by carlsson
Mon Jan 16, 2017 3:02 pm
Forum: Other VTech systems
Topic: Salora Fellow printer
Replies: 3
Views: 5793

Re: Salora Fellow printer

See also the back side of the Laser 2001 box. :) Of course VTech may have manufactured several different plotters with the same look, if those connect directly to the expansion bus. I never quite figured out if the 200/300, 350/500/700 and the 2001 have different kind of expansion buses and pinouts....