Category Archives: Retro
Relearning MSX #41: Functions in MSX-C (Part 2)
Posted by Javi Lavandeira in How-to,MSX,Retro,Technology | March 4, 2016
It’s been a bit over two months since the previous post. In it we learnt how to define simple functions that don’t take or return any parameters. We also learnt that we need to declare a function if we’re calling it at a point in our program where it hasn’t been defined yet.
Today we’re resuming the course exactly where we left it. If you need a refresher then go ahead and re-read the previous chapter. As always, don’t hesitate to ask questions in the comments below if anything isn’t clear.
Let’s see a few more properties of functions in C:
Read more ›Review: 8bits4ever’s FDC-600 floppy disk controller
Posted by Javi Lavandeira in Hardware,MSX,Retro,Technology | February 12, 2016Last December as the year was about to end I received 8bits4ever‘s FDC-600 floppy disk controller for MSX computers and Tweeted about it:
Just received this little beauty from Spain! When the stores open I'll go buy a floppy drive to test it. #msx #retro pic.twitter.com/NupL0btBUU
— Javi Lavandeira – #JoSócCDR (@javilm) December 31, 2015
The plan was to go buy a floppy drive and a couple of cables and write a review immediately after the New Year vacation, but I focused on other things for a while.
It has taken a while, but here’s the review.
Read more ›Relearning MSX #40: Functions in MSX-C (Part 1)
Posted by Javi Lavandeira in How-to,MSX,Retro,Technology | December 21, 2015We’ve covered a lot of ground already, but so far we haven’t seen anything about MSX-C that couldn’t be done with some effort with MSX-BASIC. That changes with the posts that follow.
Today we’re going to see one of the strengths of the C programming language: functions.
Let’s get to it.
Defining and using functions
When we write a program, as the source code becomes bigger and bigger it becomes much more complex and more difficult to maintain. Because of this, no matter what programming language we use, we normally divide a big program into smaller parts that perform a specific action. For example, in BASIC we used to write subroutines and call them with GOSUB.
In C we do this with functions.
Defining a function
Before we can use a function we have to indicate what code it is going to execute and what name we’re going to give to it. We call this the function definition.
The way we define a function changes slightly depending on whether it takes parameters or not, and whether it returns any data or not. Let’s start with the simplest cases and then look at more complex scenarios.
Function without parameters nor return value
The simplest case is a function that doesn’t take any parameters and that performs some action, but doesn’t return any data. It’s basically just a bunch of C statements grouped together and given a name. This is how we define such a function:
Read more ›Relearning MSX #39: Graphic characters and additional quoted symbols
Posted by Javi Lavandeira in How-to,MSX,Retro,Technology | December 16, 2015In the last few posts we’ve learnt how to control what’s being printed on the screen. Soon we’ll move on to something else (functions!), but first we’re going to see how to handle graphical characters and how to print any character inside a double-quoted string.
The MSX graphic characters
MSX computers have a set of 32 special characters known as graphic characters. These only occupy one position on the screen and one byte in the video RAM, but in order to display them we have to print a 2-byte sequence.
We can type all of these characters by pressing the GRAPH key together with normal alphanumeric characters on the keyboard, but not all the characters generated with GRAPH are 2-byte codes: some are normal characters from the ASCII table (we’ll see these in the future).
Also, it’s important to remember that most of these graphic characters will be different from one MSX to another depending on the country of origin of the computer. For example, a Japanese MSX computer would display several commonly used kanji characters, while an European MSX would display several other useful symbols:
Read more ›Relearning MSX #38: Screen escape sequences
Posted by Javi Lavandeira in How-to,MSX,Retro,Technology | December 11, 2015In the last post we learned about control characters and the C escape sequences that represent some of them. Today we’re going to see a different kind of escape sequences: the ones that control the console.
You may remember that among the list of control characters we saw there were two that weren’t used to control the screen, but instead mark the beginning of either a graphic character or a terminal escape sequence. In this chapter we’re going to see how to use one of these (character code 27, or \33, or 0x1B):
Printing this character by itself does nothing. However, when it is followed by certain sequences of characters we can control several aspects of the text screen such as the position and shape of the cursor.
Read more ›8bitkick Kickstarter campaign funded
Posted by Javi Lavandeira in Fun,Gadgets,MSX,Photography,Retro | December 2, 20158bitkick is a deck of 42 printed cards featuring photos of retro computers (and also a Raspberry Pi that got thrown into the mix because it’s cute). In order to create the product a Kickstarter campaign started with a funding goal of $750.
The campaign ended a few hours ago. The amount raised? $12,233. About 16 times the amount needed. Looks like there are a few of us (retro computer enthusiasts) out there.
Oh, I forgot to mention: one of the cards features the Ferrari of 8-bit computers: a red Sony HB-101:
You may have seen this photo somewhere before. :-)
All cards will be freely available for download after they’ve been produced.
Relevant link: http://www.8bitkick.cc
Relearning MSX #37: Control characters and C escape sequences
Posted by Javi Lavandeira in How-to,MSX,Retro,Technology | November 28, 2015The MSX supports several control characters. Those are special characters that when printed on the screen don’t display any letter, number or symbol, but instead perform some special function such as clearing the screen or moving the cursor.
Let’s go take a look.
Read more ›Relearning MSX #36: Formatted output with printf()
Posted by Javi Lavandeira in How-to,MSX,Retro,Technology | November 26, 2015At this point we already know a decent amount about programming in C and we can create some useful (although simple) programs. We’ve seen how to display text and numbers on the screen, but we haven’t paid much attention to the presentation yet. We’re going to take care of this in the next few chapters.
There are several statements in MSX BASIC such as CLS and LOCATE to help determine where and how things will be displayed on the screen. The C language doesn’t have functions to do the same thing, but we use control characters and escape sequences to achieve the same thing.
Let’s start.
Read more ›Retro event in Akihabara: MyCOM Infinite PRO-68K
Posted by Javi Lavandeira in Culture,Gadgets,Hardware,Japan,MSX,Retro,Technology | November 23, 2015Yesterday I attended MyCOM Infinite PRO-68K, a small event about retro computers at the conference floor of the Akihabara UDX building.
I arrived a little bit after 1pm, in the middle of a talk by Mr. Mikito Ichikawa, president of Mindware.
The lights were dimmed during the talk, so I waited until it ended before visiting the stands.
Read more ›Update on the DRIVER TEST hardware
Posted by Javi Lavandeira in Gadgets,Hardware,MSX,Retro,Technology | November 21, 2015You may remember that last May I wrote about the Spanish government using MSX computers in their coordination tests to obtain a driver’s license.
Shortly after publishing that article a user on Facebook wrote to let us know that in some locations (such as his city) these machines are still in operation. However, he was unable to send any photos.
Recently another user from Spain (Valkyr on msx.org) went to renew his driver’s license and found out that the examination center in his city is still using an MSX computer: a Mitsubishi ML-G1. Valkyr was kind enough to take some photos. These were taken on November 6th, 2015:
Who knows how many of these are still in operation!