Search found 473 matches

by akuyou
Sun Sep 01, 2019 9:39 pm
Forum: Sam Coupe Assembly Programming
Topic: Lesson H4 - Hello World on the Sam Coupe
Replies: 0
Views: 12679

Lesson H4 - Hello World on the Sam Coupe

https://youtu.be/ZgUY9yC2Rrc http://www.chibiakumas.com/z80/helloworld.php#LessonH4 The Sam Coupe is pretty similar to the Speccy, but there are some differences in the hello world code... One good thing is the SAM has a disk drive my standard, so we also need to create a usable disk image for the ...
by akuyou
Sun Sep 01, 2019 9:37 pm
Forum: MSX & MSX2 Assembly Programming
Topic: Lesson H3 - Hello World on the MSX / MSX2
Replies: 3
Views: 10929

Lesson H3 - Hello World on the MSX / MSX2



http://www.chibiakumas.com/z80/helloworld.php#LessonH3

The MSX gives us two options, we can create a Disk, or a Cartridge...

The process we need to use to create the binary will vary depending on the system, we'll look at the Cartridge first.
by akuyou
Sun Sep 01, 2019 9:35 pm
Forum: ZX Spectrum Assembly Programming
Topic: Lesson H2 - Hello World on the ZX Spectrum
Replies: 1
Views: 7629

Lesson H2 - Hello World on the ZX Spectrum



http://www.chibiakumas.com/z80/helloworld.php#LessonH2

The ZX Spectrum is one of the most popular Z80 machines around, and it's well emulated too!

Unfortunately, making usable Disk or Tape images can be a bit tricky, but we can get around it with some work!
by akuyou
Sun Sep 01, 2019 9:33 pm
Forum: Amstrad CPC Assembly Programming
Topic: Lesson H1 - Hello World on the CPC
Replies: 0
Views: 7897

Lesson H1 - Hello World on the CPC

https://youtu.be/QQ-CL_7pTjY http://www.chibiakumas.com/z80/helloworld.php#LessonH1 As always, the CPC is my first 'Go to' system for development, and we'll be using Winape again, for it's superb built in Assembler! We'll use the firmware to do the work of drawing text to the screen, and we'll crea...
by akuyou
Sun Sep 01, 2019 9:30 pm
Forum: Amiga Assembly Programming
Topic: Lesson P23 - Sound on the Amiga
Replies: 0
Views: 7868

Lesson P23 - Sound on the Amiga

https://youtu.be/Izw_9hmpAF0 http://www.chibiakumas.com/68000/platform3.php#LessonP22 The Amiga uses digital sound, we provide 'wave' samples, and pass these to the 4 sound channels to make sound... We also need to set up a DMA to make the sound play Each channel is positioned Left or Right, to mak...
by akuyou
Sun Sep 01, 2019 9:28 pm
Forum: Sinclair QL Assembly Programming
Topic: Lesson P22 - Sound on the Sinclair QL
Replies: 0
Views: 12398

Lesson P22 - Sound on the Sinclair QL

https://youtu.be/kzsA_QRy9JU http://www.chibiakumas.com/68000/platform3.php#LessonP22 Sound on the Sinclair QL is pretty basic... we use Trap #1, Function $11 known as "MT.IPCOM"... this sends data to the IPC - which controls the keyboard and sound... lets learn how to use it to make sound!
by akuyou
Sun Sep 01, 2019 9:27 pm
Forum: Genesis / Megadrive Programming
Topic: Lesson P21- FM Sound on the Genesis via the 68000
Replies: 0
Views: 7688

Lesson P21- FM Sound on the Genesis via the 68000

https://youtu.be/DzeFbdkCmQI http://www.chibiakumas.com/68000/platform3.php#LessonP21 We've looked at how to use the YM 2612 sound chip from the Z80 last time, but this time we'll use the 68000 to do things directly, This makes things a little easier, and if we're only making simple sound, it's les...
by akuyou
Sun Sep 01, 2019 9:21 pm
Forum: Genesis / Megadrive Programming
Topic: Lesson P20 - FM Sound on the Genesis via the Z80
Replies: 0
Views: 5802

Lesson P20 - FM Sound on the Genesis via the Z80

https://youtu.be/hJI3oeWg2JQ http://www.chibiakumas.com/68000/platform2.php#LessonP20 The Genesis YM2612 is similar to the FM sound chip of the NeoGeo - it's actually better, as it has 6 channels rather than 4... If we're using the Z80 sound chip, we can use the same code for ChibiSound as the NeoG...
by akuyou
Sun Sep 01, 2019 9:20 pm
Forum: NeoGeo Assembly Programming
Topic: Lesson P19 - Sound on the NeoGeo via FM with the YM2610 (and Genesis!)
Replies: 0
Views: 6112

Lesson P19 - Sound on the NeoGeo via FM with the YM2610 (and Genesis!)



http://www.chibiakumas.com/68000/platfo ... #LessonP19

We learned how to make sound with the AY backwards compatibility on the NeoGeo in the Z80 Series, but this time we're going to do things properly!

Lets learn how to make the NeoGeo make FM sounds!
by akuyou
Sun Sep 01, 2019 9:18 pm
Forum: X68000 Assembly Programming
Topic: Lesson P18 - Sound on the X68000
Replies: 0
Views: 6014

Lesson P18 - Sound on the X68000



http://www.chibiakumas.com/68000/platfo ... #LessonP18

The x68000 has a FM sound chip, which we can use to make music,

In this tutorial we'll learn how to make simple sounds!

Go to advanced search