danielj wrote:Given the price for a 28pin one of these, I think you're best off just getting some more NuLAs.... http://www.ebay.co.uk/itm/172803690952
d.
I prefer Farnell's price

Mark
danielj wrote:Given the price for a 28pin one of these, I think you're best off just getting some more NuLAs.... http://www.ebay.co.uk/itm/172803690952
d.
Code: Select all
$ bbcbasic
PDP11 BBC BASIC IV Version 0.25
(C) Copyright J.G.Harston 1989,2005-2015
>_
jgharston wrote:Edit: the manual says writing &4x to the control register reset nULA to its default state, then lists these default states, but the &FE23 toggle is not listed in that list.
RobC wrote:The reset command (?&FE22=&4x or *VNRESET) also resets the toggle state so that the next poke to &FE23 sets the index and red component. I'll add this to the manual.jgharston wrote:Edit: the manual says writing &4x to the control register reset nULA to its default state, then lists these default states, but the &FE23 toggle is not listed in that list.
RobC wrote:Also, if anyone wants a board, I still have a few bare PCBs that I can make up over the holidays. There are still some listed on eBay but they are more expensive to cover the eBay fees...
Code: Select all
$ bbcbasic
PDP11 BBC BASIC IV Version 0.25
(C) Copyright J.G.Harston 1989,2005-2015
>_
jgharston wrote:Thanks. A suggestion: put a "parameter" column in the auxilary register summary table on on page 28 as an aide memoir, something like:
code | function | parameter
1 | set palette mode | physical/logical mapping
2 | set horizontal | offset offset
3 | set left blanking size | size
4 | reset | none
etc.
jgharston wrote:RobC wrote:Also, if anyone wants a board, I still have a few bare PCBs that I can make up over the holidays. There are still some listed on eBay but they are more expensive to cover the eBay fees...
Yes please! I've currently been testing code with the beta B-Em - which fights with AVG over control of my machine.
Code: Select all
$ bbcbasic
PDP11 BBC BASIC IV Version 0.25
(C) Copyright J.G.Harston 1989,2005-2015
>_
Code: Select all
MODE text clrs mem MODE text clrs mem MODE text clrs mem
0 80x32 2 20K &60 80x32 5 20K MODE 0+4 &68 80x32 9 20K MODE 0+8
1 40x32 4 20K &61 40x32 13 20K MODE 1+4
2 20x32 16 20K
3 80x25 2 16K &62 80x25 5 16K MODE 3+4 &6B 80x25 9 16K MODE 3+8
4 40x32 2 10K &63 40x32 5 10K MODE 4+4 &6C 40x32 9 10K MODE 4+8
5 20x32 4 10K
6 40x25 2 8K &64 40x25 5 8K MODE 6+4 &6E 40x25 9 8K MODE 6+8
7 40x25 8 1K
Code: Select all
$ bbcbasic
PDP11 BBC BASIC IV Version 0.25
(C) Copyright J.G.Harston 1989,2005-2015
>_
Code: Select all
$ bbcbasic
PDP11 BBC BASIC IV Version 0.25
(C) Copyright J.G.Harston 1989,2005-2015
>_
jgharston wrote:Has anybody used the nULA board in a Master Compact?