We have adapted a standard European SCART cable to use it with an MSX2 HB-F5. You have to change the pins of one of the ends (the connector that will be on the MSX) as follows:
**SCART – Japanese21
** X means not connected.
1 – X
2 – 6
3 – X
4 – 3
5 – 8
6 – 2
7 – 20
8 – X
9 – 7
10 – X
11 – 19
12 – X
13 – 13
14 – 14
15 – 15
16 – 16
17 – 17
18 – 18
19 – X
20 – 10
WHILE - FOR:
We usually use B as counter. The main trick here is that DJNZ decrements the
counter in B and then checks, so that you don’t need to do two operations.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LD C , 5
LD A , 0
LD B , 100
.NEXT2:
push BC
LD B , 10
.NEXT:
ADD A , C
DJNZ .NEXT
pop BC
DJNZ .NEXT2
To do: Improve text. Give examples. Explain stuff, dude…!
You need this package:
https://github.com/ellisonbg/ipyleaflet
To do: Intro, write the article better.
https://github.com/ipython-contrib/jupyter _contrib_nbextensions
Installing nbsextensions:
sudo pip install jupyter_contrib_nbextensions
Color customization:
Make file ~/.jupyter/custom/custom.css
try: https://github.com/powerpak/jupyter-dark-theme
Hello,
Do not assume anything. Never. Ever. Specially with SparkR (Apache Spark 2.1.0).
When using the gapply function, maybe you want to return the key to mark the results in a function as follows:
countRows <- function (key, values) {
df <- data.frame (key= key, nvalues= nrow (values))
return (df)
}
count <- gapplyCollect (data, "keyAttribute" , countRows)
countRows <- function (key, values) {
df <- data.frame (key= key, nvalues= nrow (values))
return (df)
}
count <- gapplyCollect (data, "keyAttribute" , countRows)
SURPRISE. You can’t.
You should get this error:
Error in match.names(clabs, names(xi)): names do not match previous names
Well, that’s weird. Why is this happening?
Hey!
Recently I bought a broken 75P just for fun (and well, it was cheap :)). It had a video problem which, after reading a couple of msx.org posts (Hit-bit With Broken Graphics and 75P black screen mainly), I believed it was a problem of VRAM as Grauw pointed .
That was a clever way to debug it. Watching how Basic characters are output, you can see which bit is broken in the ASCII chart. Why can you point to which bank is failing if a bit fails?
You can do as this tutorial says: Headless VNC-Server using xvfb
⊳ MSX2Cas - 2016-09-08 07:10:55
Very cool application for the phone. You can easily load .cas files on the phone
and play them :).
VIDEO