I forgot to mention that you can get 50% off on their chair with E7 standing desk order. Thanks again to FlexiSpot for this amazing workspace!
@dieSpinnt Жыл бұрын
Before I forget it to mention: Grown up men can't get USB-Power supplies with an on/off button/switch? (Or hubs with wonderful on/off switches?). (You after 4:00 , your valid critique about a missing power switch). So good that we girls are here and know the solution for EVERYTHING! (=42) Thanks for showing of this cool device, Noel. Entertaining and educating as usual. Thank you for the video!:)
@KaiHenningsen Жыл бұрын
@@dieSpinntHmpf - looking at my USB 4-port hub with on/off buttons and LEDs. (Mainly so I can switch my headset on and off without pulling out cables or clicking through menus.) Viel Spaß beim weiteren Spinnen.
@SuperHaunts Жыл бұрын
@@dieSpinnt shutting off the power isn't that big of a deal... but if you have an onboard switch, then you can monitor for proper Shut down including closing open files. Much better than just ripping the rug outWhile you are standing on it.
@OMNI_INFINITY3 ай бұрын
*Tell that PCB designer to make a mini SMT 8 bit computer that has 1206 package components, an encoder for adjusting clock rate, dip switches for input, manual memory space navigation buttons, and a 7 segment display output. Thanks in advance!*
@talideon Жыл бұрын
On Europe, Olimex are a great option, and their Agon Lite variant has an extra port (their 'UEXT' port) that gives you access to some neat modules they provide, and exposes I²C, SPI, and RS232.
@RMCRetro Жыл бұрын
Nice overview, we've just sent h0ffman a Console8 and Steve has cranked the VDP up to 32 channels of audio so hopefully he can make it (and all Agons) sing!
@NoelsRetroLab Жыл бұрын
Awesome! I'm very curious to see how the Console8 evolves!
@thebyteattic Жыл бұрын
WOW!!!
@willofirony Жыл бұрын
You never mentioned the 'inline' assembler on the BBC Basic. I had a couple of models of the BBC, up to Master. The Basic experience was probably as good as it gets for Basic but the inline 6502 assembler was awesome. It could reference Basic variables and DATA lines and it could produce pure assembler applications. This flexibility made it wonderful for 'what if's in minutes and see the results in seconds.
@NoelsRetroLab Жыл бұрын
You're right, I didn't know about it until afterwards. The Z80 por does allow Z80 assembly, which is awesome. I'm super impressed with BBC BASIC (and quite a bit jealous that wasn't my BASIC experience back in the day).
@S0urceror Жыл бұрын
Great to see you”re enthusiastic about the Agon. I’m the author of the Dezog debugger and ElectronHAL and ElectronOS. With this you have the concept of personalities so that it can assume the identity of a CP/M machine or a MSX1. I even have Kings Valley running on a virtual TMS9918.
@jackshen26608 ай бұрын
well, the esp32 is a 32-bits mcu dual core, 240MHz. You can actually write a "wine" liked software. Which means one chip for all.
@trance_trousers Жыл бұрын
I don't usually get excited by modern day recreations of 8 bit computers, but this one is very interesting. As someone who spent hours and hours programming on an Acorn Electron back in the 80s, the BBC Basic included on this is a big plus, for me at least.
@leooz8071 Жыл бұрын
Sir, thank you for your service!!!👷
@richard.2000010 ай бұрын
Why using combo Z80+ESP to complicate things? ESP32 is modern 32-bit RISC CPU running at 240 MHz with HW FPU support, some versions are even dual-core. 240 MHz ESP32 can emulate Z80 code while being faster than the new 18 MHz Z80e. It seems to me overcomplicated to use heterogenous CPU. I think better way is to use only ESP32 - it will be cheaper, faster and can emulate ZX Spectrum, C64, NES easily. Maybe ESP+ESP or even 3x ESP for Amiga-like coprocessors. To be honest I do not see the need to reinvent 8-bit computer for other reason than studen project purpose. Everybody knows 8-bit computers were bad, 16-bit were less bad and 1st usable minimum is 32-bit (and that's why most today MCU are 32-bit). I don't want to sound negative. It's meant as constructive critique. Otherwise good job, I appreciate every new home-brew computer.
@toddbeets Жыл бұрын
I have an AgonLight, Maximite 2, and the Ultimate 64 and reflect on the niche for each one. The Ultimate 64 is exquisite -- its only downside is that there is not an Ultimate 128 with BASIC 7.0. The Maximite 2 is powerful and appealing, the ultimate in BASIC-all-the-things at amazing ARM speeds -- but BASIC is your whole world, If the Maximite 2 had the equivalent of Supermon and Turbo Macro Pro built in, it would be a Commodore 64 update for the 21st century. I haven't figured out the AgonLight niche yet -- but am enthusiastic.
@VioletGiraffe Жыл бұрын
Typical: the peripheral controller is a 32-bit chip 20 times faster than the main CPU.
@waytostoned Жыл бұрын
Sigh, yeah...
@benholroyd5221 Жыл бұрын
I agree, I suspect I come to the opposite conclusion to you though. I infer you're saying you should get rid of the microcontroller. I would say the opposite, get rid of the z80. To me the draw of 80s 8 bits isn't the processor per se, it's the limitations combined with the standardisation and 30+ years collective experience on the platform. A modern microcontroller is still very limited, but it's standardised. I'd like to see something like a pi Pico on a board with a crappy keyboard, vga out, and that's it. That to me would be the spiritual successor to the spectrum/c64
@AlexanderRacheev Жыл бұрын
@@benholroyd5221 Just look for the picomiteVGA, it's exactly the thing that you're describing. ESP32-SBC-FabGL by Olimex is also very close to your description, just featuring esp32 instead of Pico.
@VioletGiraffe Жыл бұрын
@@benholroyd5221, I'm not at all saying to get rid of the ESP32, and your suggestion makes a lot of sense. I just find this imbalance funny.
@benholroyd5221 Жыл бұрын
@@VioletGiraffe it is weird yes. But the thing is they want cheap, and an old processor. The processor probably costs more than MCU. From a performance/common sense/ cost pov, you'd just ditch the z80 entirely. Tbf, back in the day, it wasn't unheard of to have random things more powerful than the actual computer you attached it to. The c64 disc drive had its own 6502. The laser printer for the Mac se had a more powerful processor than the pc itself had. The cpm card for the apple 2 was basically an entire computer with a z80 in it.
@RichardHallas Жыл бұрын
Great video! At last, the sort of coverage the Agon deserves. I’m just surprised that you didn’t mention one of the most important aspects of the system, namely the GPIO, which is addressable from BBC BASIC. Great for hobbyist electronics tinkerers or people who want to use the machine as a super-easy to program microcontroller. What other system lets you address pins directly in interpreted BASIC? And again, this is very educational. I see the Agon Light as a spiritual successor to the BBC Micro (more so than the Raspberry Pi, actually). It’s an instant-on computer that you can just turn on and program; it uses BBC BASIC, which is the best and fastest 8-bit BASIC around (ignoring its 32-bit version!); and it can interface easily with all kinds of home-grown hardware projects, just like the BBC Micro was uniquely good at. Much as I’m excited by Console8, I’d love to see the Agon being taken up in schools and universities etc. and used as an educational tool there for both computing and hardware projects. I think it’s perfectly suited for that, in a way that hasn’t been seen since the 1980s.
@another3997 Жыл бұрын
RiscOS on the Raspberry Pi let's you address individual gpio pins in it's integrated, interpreted BBC Basic. It also runs extremely fast. 😉 The BBC Micro was complex and expensive when released, so was only accessible to many people via school or college etc. That severely limited it's user base. The RPi is the opposite, it also has the most amazing official and 3rd party support, and a huge community. It's something I don't see any other system getting close to. The Agon II Light looks to be a great system, I'm looking forward to getting one. I hope it and it's community continue to grow, but it's audience is different to the Pi's.
@niekvans Жыл бұрын
As nice as BBC BASIC may be, I have to respectfully disagree that this should be used in schools/universities. For young people of today, it makes much more sense to learn something like Python (or MicroPython), which could in some ways be regarded of the BASIC of today. By learning Python, you learn something that can immediately be applied throughout your study/career, unlike BASIC, which is basically useless for any professional work. You can get an ESP32-based board with VGA output that can run MicroPython for something like 15 euro. Another option is starting with something like an Arduino, which is also very easy to get started with programming.
@SuperHaunts Жыл бұрын
@@another3997 what ARE the Statements for reading GPI o on On RiscOS?
@tohaason Жыл бұрын
@@niekvans If that was just any BASIC I would agree, but at least BBC BASIC is structured. A structured language is great for teaching your mind how to design a program. In that sense Pascal (a useful variant like e.g. Turbo Pascal - which is probably what I will use on the Agonlight2 when I get mine - I'll move to CP/M) is a great way to get into the right mindset before proceeding to something else. It doesn't really matter which language you start on, as long as it's not something like non-structured BASIC. Moving to something else is easy-peasy.
@nfavor Жыл бұрын
James Sharman on KZbin made an 8bit pipelined CPU. I forget the clock speed but because it's pipelined the performance was impressive. I'm curious how his processor would do with your benchmark
@skilz80989 ай бұрын
His build is amazing. I've watched just about his entire series towards it. It's like he picked up where Ben Eater left off.
@jedivino Жыл бұрын
Thank you Noel for featuring my game Draegerman! Yes, it was my first learning basic game and it was a really fun way of learning on the Agon Light.
@NoelsRetroLab Жыл бұрын
You're welcome! That was actually really impressive for a learning game! ❤️ (That's coming from a game developer with 30+ years of experience 😃).
@wombatillo Жыл бұрын
USB A to USB A is an abomination. Was there an actual reason to not use B, micro B or C type USB?
@rog2224 Жыл бұрын
It was what he had to hand wend designing the original, and what Noel has is one of those Rev 1 boards. The Origins board uses a more standard USB-B (or C on the Olimex clone)
@greenaum Жыл бұрын
It's an official abomination, "illegal" under the USB rules. An A-to-A cable could be used to connect two power supplies together causing all sorts of disaster, possibly fires. The bloke must have just had a lot of type-A sockets hanging around, but yeah you never use an A socket to receive power, it's always for the supply side.
@ShinyQuagsire Жыл бұрын
@@greenaumactually they legalized it under USB 3.0, and it's used for USB device mode/debug on some laptops
@andresdominguez9333 Жыл бұрын
@@rog2224 The USB connector in the pictures of the Olimex's board looks to me like a type A. If the pictures and documentation is out of date it would be great if they can update it.
@manicdataminer Жыл бұрын
The Olimex version made some changes, including using USB C for power and female USB A for the keyboard (which still has to be PS/2 compatible). Otherwise, it is 100% compatible with the original version shown here.
@cjh0751 Жыл бұрын
Bernardo is a really talented individual who's created something special. I've watched all his videos on the development of the Agon light (although I didn't understand a lot of what he was talking about). I really love his restoration videos of old 8 bit systems, the Wang being a favourite of mine. He really goes the extra mile and his attention to detail is beyond belief. A really cool guy and a fantastic YT channel
@NoelsRetroLab Жыл бұрын
Yes! And that reminds me I didn't add a link to his channel in the description. Done. Thanks!
@OzRetrocomp Жыл бұрын
Bernardo knows his stuff. The stuff he does is well above my pay grade, but I enjoy seeing and hearing about it.
@ct6502c Жыл бұрын
@@OzRetrocompI feel the same way. You don't necessarily have to 100 percent completely understand something to be able to enjoy it. I get the basic idea, and that is enough for me for now.
@iamdarkyoshi Жыл бұрын
Given this is open source, I feel like a single PCB with modern mechanical keyboard switches and this board's hardware all in one would be pretty easy to do.
@NoelsRetroLab Жыл бұрын
For sure. I wish someone would do something like that and I'll design a case for it 😃 Seriously, being open source, it's begging for it.
@greenaum Жыл бұрын
It just doesn't make sense to build your own keyboard. Decent keyswitches by Cherry are a few quid each. Even cheap nasty clicky buttons would cost a ton more than just buying a cheap keyboard. PC keyboards have been a huge commodity item for decades. The cost is as low as they can make them. It doesn't make sense to make your own unless you have a really good reason, and the main idea for this thing seems to be "Z80 + cheap". You can always do it yourself if you're willing to spend the money, or do some 3D printing. But even cheap PC keyboards are pretty good, you'll have to spend a ton of money to equal one, never mind beat it.
@wishusknight3009 Жыл бұрын
@@greenaum I think it would be kind of neat to biuld something akin to the Pi400. Though using an existing keyboard structure.
@greenaum Жыл бұрын
@@wishusknight3009 Just thinking... for your money you might even be as well using a touch screen. Or even just the resistive element without a screen. Or perhaps capacitive sensors, on a PCB, beneath some sheet of thin plastic or something. It'd be better than those horrible click switches, and be implemented in software so more configurable. Just get an XY coordinate and decide what key that is. There's the old-fashioned resistive carbon sheet or even indium tin oxide. But I bet there's something better you could do. Maybe the technology used in things like phone screens could be simplified down to something practical. Or else, maybe, just put some electrodes on a PCB, put wide wires on each side of a rectangle, and spray some carbon in between, or even roll it on as paint. Consistent thickness would be important. Or else just buy a cheap keyboard. But making a traditional keyboard-style keyboard would cost you way more than it does for companies who churn out millions of them. You could maybe adapt them with 3D printed keys. Actually somebody has produced new keyboard membranes for old 1980s computers. Maybe use one or two of those, steal the rubber domes from a cheap keyboard, and print your own body and keys. Or if they can have membrane manufactured, so can you. Maybe a flex PCB? Two sheets of that and some flexible plastic separating them with holes cut in it. You could make any keyboard you liked from scratch with that, I suppose. Long as you nicked the rubber domes from somewhere. Without a membrane, there's the PCB buttons that joypads use, with domes with a carbon button in the middle. Somebody must make those domes though you'd have to buy a lot I suppose, still you might sell the rest on. Maybe you could even 3D print the domes with some floppy springy plastic and get the carbon buttons from, I dunno, graphite? Or dip rubber in conductive paint?
@wishusknight3009 Жыл бұрын
@@greenaum I have gotten a new PCB for one of my Model M's. it is not a small undertaking putting it all together, there is also a small list of replacement parts one needs to get to make a keyboard, not everything can be transferred from an old unit. Though modifying the gerbers to incorporate the circuitry for this computer does seem to be very possible. Beyond my abilities but not out of the question. Getting a donor board could make it cheaper. I was thinking though to just build this little unit as it sits, into an existing keyboard of some sort. Though finding something with the space is the real challenge. It would need to be an ergonomic or something that has some internal height and rear real estate for plugs.
@SpikeBlighty Жыл бұрын
Excellent review. I like your thoughts regarding the custom OS layer. The interview with the creator was very enlightening. Thank you.
@jasmijndekkers Жыл бұрын
Nice content and a great video. Keep up the good job! Greetings from Steven from the Netherlands
@tomiluukkonen4035 Жыл бұрын
Found about Agon almost a year ago and concept itself is brilliant. But only 6-bit colours by default still puzzles me. Even with fixed-palette 8-bit (256c) it would be SO much easier to port old games from 8-bit era? And Agon badly needs support for USB-keyboards and hdmi-output. I still use PS/2-kb but I'm old and luckily still have those around. Where is Basic-compiler for Agon - that would make a huge difference (2-5*speedup) when porting 80's homemade programs?
@synchronuse Жыл бұрын
You can buy USB - PS/2 Adapters for keyboards
@ToumalRakesh Жыл бұрын
I still wanna get a Color Maximite 2. It sucks that that thing isn't available anywhere.
@shaurz Жыл бұрын
Olimex make a version of this and they're also making the Neo6502 which uses an RP2040 for the graphics.
@ericrosen6626 Жыл бұрын
I keep a couple of USB-to-ps/2 adaptors in my "toolbox" (and ps/2-to-din) just in case I run into an older system. In the last 10-15 years, I can count how many times I've needed any of those adapters on one hand while still having fingers left over-- but I do KNOW that if I threw them away, I would have a need the next day :)
@whiskeytuesday Жыл бұрын
If someone was to implement the gameboy PPU in the VDP... and write some kind of transpiler to translate the LR35902 specific opcodes to the eZ80, or a really thin interpreter layer maybe... this thing would be a reasonably phyically accurate gameboy color. That's kind of neat.
@NoelsRetroLab Жыл бұрын
Right. You could do that with almost any old/slow enough platform, right? That's the beauty of this device.
@whiskeytuesday Жыл бұрын
@@NoelsRetroLab you could, I mention this specifically because the LR is sort of a z80 already (and sort of not; It's not a strict subset or superset of the 8080 or the z80, weirdly).
@AndrewHelgeCox Жыл бұрын
You might have issues with the timing being off.
@MonochromeWench Жыл бұрын
It really surprises me that after almost 50 years z80 based processor cores are still being manufactured. The intel 8080 architecture really had some legs on it.
@joefish6091 Жыл бұрын
8080 was first gen and meh, The Z80 is on another level. ditto the HD64180 (Z80 on steroids) and Zilogs Z180, theres also the Zilog CPU with Tiny BASIC built in.
@jyvben1520 Жыл бұрын
but the Z80 is not from intel, compatible but greatly enhanced.
@amihart9269 Жыл бұрын
Yes it did, 40 of them to be exact.
@Bob-1802 Жыл бұрын
Amazingly these are very cheap to get, the new pin-to-pin compatible versions (CMOS Z84C00xx) can be bought for less than five bucks. Other new old processors like the 65C02 are more expensive.
@davidg1830 Жыл бұрын
Z80 cores continue on production, but this SBC CPU isn't Z80, nor it is 8-bits. eZ80 CPU isn't an 8 bits CPU, although Zilog advertised it like being 8-bits, in fact it is a 24 bits CPU. eZ80 has 24 bit registers, 24 bit address, 16 or 24 bits ALU, so clearly it isn't an 8 bits CPU. Of course it can be set in Z80 compatibility mode, the same way a 32 bit x86 CPU from Intel can be in 16 bit more.
@marcuswilliams345519 күн бұрын
Just curious, are there an options to expand the memory? As indicated, the board as 512k static ram, but eZ0f90 Architecture has an 24 bit address bus for a max of 16mb. Are the address lines available for an external memory option?
@greenaum Жыл бұрын
RT Russell's Z80 BASIC was used on the Z88, Sir Clive Sinclair's excellent portable computer (and it really is good). The BASIC is copyright 1987, which is when the Z88 was released, so I wonder if it was commissioned for the Z88?
@Soruk42 Жыл бұрын
His BBC BASIC (Z80) was also used on the Acorn Z80 second processor for the BBC Micro, which could be run in ROM (so boot to Z80 BASIC) or loaded in as a CP/M application.
@mewintle Жыл бұрын
I have my original Z-88 from when I was 20 y/o. And the assembly language book for it. It was pretty cool, but the keyboard made it too hard to type in software for me to be able to use it for more than curiosity. It was literally a great doorstop for my bedroom door.
@winstonsmith478 Жыл бұрын
Thanks! Now I understand the capabilities of this SBC. Also, I didn't know about the Agon Console 8.
@ezContents Жыл бұрын
That's an eye-opener. Thanks for the complete overview.
@RevellingTerror Жыл бұрын
Hi, great interesting video, particularly your reference to the Amstrad CPC range of machines, I was a CPC games programmer in the 80's working on titles such as Rambo, International Karate, Daley Thompson's Supertest, Spy Hunter, Zaxxon and more. If you're interested I could elaborate on some of the techniques we used on the CPC to squeeze the most speed from the Z80 and how we used interrupts to enable multiple graphic resolutions to be displayed within single frames... thanks.
@NoelsRetroLab Жыл бұрын
I cut my teeth on the Amstrad CPC, playing and cracking a lot of those games (sorry! 😃) and I would absolutely love to poke your brain about it sometime. Can you drop me an email in my contact on the KZbin page or a message on Discord/Twitter? Thanks!
@mikeclark70024 ай бұрын
Whatever happened to Zaxxon on the Amstrad? Was it ever completed? Spy Hunter got out eventually but not as intended but Zaxxon, Buck Rogers and Congo Bongo all seemed to never get out of development hell? There were some really good Amstrad games that never did make the release date, some nearly finished or were canned due to politics and schedules (like 2 of mine, Seaskate and Land of Nod). Some of the schedules were brutal though, conversation from arcade to sometimes up to 9 formats in a 3 month window so quality sometimes went out the window and quick and nasty ports from Speccy to Amstrad and ST to Amiga were very common just to get things out the door. Also meant some titles specifically targeting certain machines were dropped part way through just because of time. I also had an isometric game in the works with Mastertronic with the CPC as launch title die this way (and forgotten what it was called, will have to get the design notes out the attic again).
@perfectionbox Жыл бұрын
Neat. So if e.g. I wanted it to emulate a TRS-80 Model III or a CoCo, the video system could be reprogrammed to do that?
@thebyteattic Жыл бұрын
Probably, as someone already did MSX emulation on it!
@andyleighton3616 Жыл бұрын
A CoCo would be out that used a 6809e as the processor - not a Z80. A TRS-80 Model III to some extent - that used memory mapped graphcs (so you could peek and poke straight into video ram), the way the MOS/VDP works is sending commands like set this pixel, or draw a line from here to there - so anything low level probably wouldn't work. But you could probably get some high level BASIC stuff working and I guess someone could port TRDOS. The alternative is to write an emulator that works entirely on the VDP chip and which doesn't use the main RAM or EZ80 processor. As someone else mentioned MSX - that is a little different as that had a TMS9918 chip to handle the graphics and the video graphics were not in the main RAM (you used VPOKE and VPEEK). Later MSX models had better video display chips - the TMS9938 and TMS9958. As you can probably guess that makes it much cleaner to emulate - the VDP code emulates what the TMS9918 did in terms of graphics.
@rustkitty Жыл бұрын
This is a really interesting concept, I'd love to see what a demo scene could do with this hardware. Also like you, normally I'm not too excited about 8-bit computers where you have to plug in a keyboard, but with this hardware and firmware flexibility it could be repatriated into any existing microcomputer with a dead board. Or into one of the many aftermarket keyboard+case combos for Apple ][, Spectrum/N-GO, etc.
@Andrath Жыл бұрын
Didn't BBC BASIC have inline assembler support? I wonder if the Z80 port has that too.
@NoelsRetroLab Жыл бұрын
I'm looking into it right now, and I think it did. So yes, technically you could use that for writing Z80 code. Neat!
@t3hav8r Жыл бұрын
@@NoelsRetroLab It has inline assembler for now only for 16-bit address space, but ADL (24-bit address space) version of both Basic and inline assembler is in works.
@rog2224 Жыл бұрын
If you're familiar with the old two pass inline assembler of BBC BASIC on 6502, then you'll be comfortable with the Russell version.
@fred-9929 Жыл бұрын
@@NoelsRetroLab there is even a port of this BBC basic for the Amstrad CPC, with the inline assembler!
@EnglishMike Жыл бұрын
That was the first thing I thought of when he mentioned it was BBC Basic. I had a BBC Micro back in the 1980s and writing 6502 assembler code was a cinch, and extremely useful for hacking the hardware and operating system, as well as accelerating performance critical parts of your BASIC program. It's also a great way to learn assembler code, because you don't have to worry about getting used to building and running machine code with a completely different set of tools.
@Davidprograma Жыл бұрын
Hi Noel, and thanks for this video. I had already heard about the AgonLight, but after watching your video I ran to Mouser and got one - this weekend I will be tinkering with it. I've been thinking about designing/building my own retro (or not, just simple) computer for a few years without getting to a firm conclusion. But the architecture of the AgonLight is quite close to what I ended designing in my head - an ESP32 for video and I/O, and another CPU for the main work load. I already know the ESP32 from working on the ESPectrum emulator, and its tricks for generating video in software. As I am realizing that I don't have the time for all the things I wanna do, I've decided to take a shortcut and try the Agon. Maybe I could write a game for it - I just wrote a game for the Next, so who knows? Thanks again for your video, it has clarified a lot of things about the Agon.
@paulstubbs7678 Жыл бұрын
A nice little computer, Using a USB 'A' for the power in, well that's a bit weird. I'd probably swap that out. HDMI, is unfortunately a propriety standard, you have to sign up with them $$$$ to use it. You said you had some DIN connector keyboards, but no PS2, well (apart from the very early PC5150 & XT) they are the same thing, just a different plug, you can just use an adapter, or cut off the plug and fit a mini-din, or wire a full size DIN plug up to the Agon pcb.
@stuartsmith9454 ай бұрын
The Amstrad NC100 was a z80 based machine that came with BBC Basic. BBC Basic was apparently ported to Z80 a long, long time ago.
@ProDigit80 Жыл бұрын
I would love to see a Fast/impulse/scream Tracker program run on this, using 4 to 8 channels and small samples (sawtooth, noise, sine, triangle, or a mix of any of them), and maybe some effects like reverb, echo, distortion, fuzz, buzz, EQ, and a few others..)
@amihart9269 Жыл бұрын
I actually had heard of the eZ80 before because I had played around with writing assembly code for the TI-84+CE which has an eZ80 CPU.
@st3ddyman Жыл бұрын
BBC Basic supports inline assembly language.
@SuperDavidEF Жыл бұрын
I'm definitely interested in a follow-up video in the next year or two.
@richardzeitz542 ай бұрын
You have a real point about the "blank canvas" of the software defined video/audio subsystem. This is an issue in aesthetics. In the arts and letters, artists often chose limited formats and mediums. That the Agon Light isn't meant to be a retro computer, but is a educational system is very interesting. So, that's a different aesthetic from that of hardware bound retro-computers. Just as some writers like sticking to the format of a sonnet or haiku for the challenge of squeezing in so much meaning and feeling to a small strict form, retro-computer enthusiasts and programmers are choosing a strict, limited form - the games and demos are truly little works of art! The developer community might not know it, but you are a community of artists. This is a beautiful example of how engineering and science are really siblings of the arts and letters. This looks like so much fun, I might buy one of these. I program in C on Linux, but I like learning very simple things like how to draw a line using only integers, drawing pretty pictures in low resolution and few colors. It might be even more fun to do this on the Agon Light. As a kid I programmed an Atari 800XL and had jobs programing Z8 (not Z80, but Z8) microcontrollers. I miss assembly. Thanks for featuring this.
@douro20 Жыл бұрын
There is MSX support in the works. MSX-DOS already runs on it using a firmware level compatibility layer.
@Optimus6128 Жыл бұрын
It's funny that I must have been watching Bernando somewhere in a totally different space, maybe in theories of everything or other podcast doing philosophical discussions about science and consciousness, then in my more familiar space I watch this video, I am like "nice device, but have I seen this guy before?". Haha, it's the same Bernando doing retro hacks!!! Wow, impressed.
@thebyteattic Жыл бұрын
😄👍
@Optimus6128 Жыл бұрын
@@thebyteatticOh wow, hi there! Interesting device btw, I am planning to buy one at some point (probably the console release), curious to get me coding into some ez80 based platform sooner or later as I have previous experience with z80 and I am curious.
@kazriko Жыл бұрын
This isn't the fastest 8-bit computer I've seen. The chips from Rabbit Semiconductor (rabbit 2000/3000) are near z180 compatible and run over 30mhz. The rabbit 6000 series are 200mhz, but I haven't actually used one so I don't know if those are still 8-bit. There's no basic environment for them yet though. You usually program them with their own C variant.
@mkvalor8 ай бұрын
12:21 Yeah - I was wondering, myself, why this is considered an "8-bit CPU" when its natural register size and address space is 24 bits. I imagine the next obvious improvement would be to widen the memory controller/bus to 24 bits as well (or even a cache line that is a multiple of 24 bits).
@madson-web Жыл бұрын
That's great. z80, most of those newer computers I've been seeing are some sort of 6502. Not gonna lie, I'm kinda tired of those. I wanted to see z80 or even something more like 8088 or even 68k (but I guess those last ones aren't available anymore).
@jnharton Жыл бұрын
There are plenty of 68000 family CPUs kicking around in the wild, although the official support chips might be hard to find.
@madson-web Жыл бұрын
@@jnharton So, I see this z80 is kinda of a microcontroller and I know that coldfire is based on 68k. But not sure about pricing.
@kc9scott Жыл бұрын
I’ve long thought that a great niche would be a computer with an 8-bit data bus (and truly 8-bit code) but 24-bit linear addressing (maybe upgradable to 32-bit). I’m initially from the Apple II world, and one of the obvious learnings from using a 6502 is that the stack pointer really needs ability to access the entire memory. A few years later, the 65C816 came out, and it was a disappointment, since has 24-bit addresses, but only a 16-bit stack pointer. So the eZ80 seems like it might fit this niche. Is it in fact the first processor to do this, after all these years?
@johnm2012 Жыл бұрын
Do a web search for "V20 MBC" and/or "68k MBC". You might like what you find.
@lovemadeinjapan4 ай бұрын
How does a Ez80 stack up against an 8-bit 5V DIP-chip like the Atmel MEGA 1284 @ 20MHz?
@pandacongolais Жыл бұрын
Fun and original computer you got there ! May be another use for this board is evaluation/development, with product development purpose. I don't know about modern Z80 CPU/MCU use, but since many Chinese product are still using 8051 (or 8051 core based) MCUs, more than you would suspect, why not use Z80 based ones too ? Question : at 13:50, you wrote that the speed of the serial connection is 1 152 000. Is this a typo, because the usual "confortable" value is 115 200 ? Or is it the actual speed, which would be justified by all the data the serial link has to handle ?
@AndrewHelgeCox Жыл бұрын
I believe it's in the megabit range.
@David-lk1hq Жыл бұрын
I believe 1,152,000 is the correct number - according to the manual github.com/TheByteAttic/AgonORIGINS/blob/main/Agon%20light%20ORIGINS%20Manual.pdf
@tarzankom Жыл бұрын
This reminds me a little bit of the Apple-1. It was a computer with a computation area, and a separate terminal to handle display. This sounds similar.
@0LoneTech Жыл бұрын
The Apple 1 had a hardware terminal built with discrete components, quite a neat design you can grok. This has a separate computer over an order of magnitude faster and larger. It would have been easier to run BBC BASIC for SDL or Brandy directly in it.
@erintyres3609Ай бұрын
Maybe the options are already available, but it should be possible to set up the ESP processor to display BASIC in a better font or a better resolution.
@blarghblargh Жыл бұрын
Maybe im confused, but is there a "default" vdp implementation? Or is it always some sort of blank slate once you get down to the assembly level?
@NoelsRetroLab Жыл бұрын
Yes, there is. The one I showed running BBC BASIC and any of the demos. And you can always start tweaking it from that code.
@andyleighton3616 Жыл бұрын
Yeah by default there is VDP, MOS and Basic. The version of VDP and MOS sort of have to be kept in sync (although I guess you could write new VDP extensions as long as you keep the existing VDP API the same). Without any VDP code - it just doesn't work - it wouldn't know how to output anything to the screen, or how to read the keyboard etc.
@spudhead169 Жыл бұрын
Noel, your personal opinion is exactly what I come here for.
@geowar20 Жыл бұрын
The Agon light uses an 18 MHz eZ80F92. I have a SBC that used the 50 MHz eZ80F91 that’s 2.78 times faster. There are also the Min-ez and eZ-Tiny that use the 50 MHz parts. Oh, and the eZ80F91 is also superscalar with a 3x performance boost over the F92… effectively a 150 MHz speed. There are rumors about an Agon heavy using the F91 part also.
@PeBoVision Жыл бұрын
Forgive me if this question reflects my inherent stupidity, but having a customizable VDP, does the Agon-light support sprites out of the box in BASIC (I'm sure that the speed of the systems makes them superfluous) or can sprite functions be implemented by the user within the VDP ? Again with all of the information you have provided on the ESP32, I hope this is not a dumb question but I really look at this as a BASIC box with unlimited potential for high-evel language programmers with direct low-level support. Regardless, I look forward to seeing where this goes.
@NoelsRetroLab Жыл бұрын
Not a dumb question at all! Yes, it does support an implementation of sprites. And the cool thing is that if someone wanted to, they could implement something pretty different.
@PeBoVision Жыл бұрын
@@NoelsRetroLab Switching between the Commodore, Texas Instruments and Atari sprite implementations (PM graphics for the latter) would be SOOO much fun. Giant multi-coloured sprites that you could set in motion, while your code moves onto more important things!!! And at the speed of this things collison detection would be flawless!! This really is exciting. Thanks (as always) for the video.
@PeBoVision Жыл бұрын
@@NoelsRetroLab It sounds like the machine I always dreamed of back when I dreamed of "THE" machine. It will certainly be a community worth watching.
@nedmerrill57059 ай бұрын
Did a lot of Basic and Z80 assembly programming on a TRS80 back in the day. This sounds like fun to me. I'll be getting one.
@charlesspringer4709 Жыл бұрын
Here is a video tip. When you are holding the item you are talking about, wave it around wildly so we can not see it. I almost got a look at it, so you are not waving it enough! Anyway, you can buy 65C02 chips rated 14MHz that will run at 20MHz.
@mewintle Жыл бұрын
Lol
@duncanwalduck77159 ай бұрын
I wonder if bitluni's ESP-32 sprite engine would fold easily into the GPU-sonic-I/O "co-processor" here - on top of what it already does - or if it's just tasked with too many additional small things in this system.
@tohaason Жыл бұрын
Interesting. I've had an eZ80F92 development board (from Zilog) laying around for ages, but I haven't got around to do anything with it. I went and ordered the Olimex variant from the Pi Hut.
@ethanliveyt8 ай бұрын
Was that a esp32 on there?
@ostrogonov Жыл бұрын
Actually, this is screaming to be used to create new CPCs, new MSXs, etc.., just working a little on the sound..
@robertramsey8871 Жыл бұрын
Because of the fact that the microcomputer functions from a disc in this case an SD card, there should be another SD card port and unintegrated function to make copies of SD cards. That way there would be a definite usage for the modern-day PC enthusiasts, but a way to backup the operating system very quickly with just a few commands
@talideon Жыл бұрын
Locomotive BASIC is actually partly inspired by BBC BASIC, and as BASICs go, they're both relatively fast interpreters, leaps and bounds beyond Microsoft BASICs and Sinclair BASIC. The killer feature though, if you want speed, is that BBC BASIC is effectively a macro assembler!
@Booruvcheek Жыл бұрын
I could not stand Sinclair BASIC because of the stupid "can't just type the keyword, must find the key combo" thing.
@another3997 Жыл бұрын
@@Booruvcheek Later Spectrums didn't use that system, so you wouldn't have a problem. The keyword system itself was OK once you got used to the layout, even if the physical keyboards left a lot to be desired. They were built down to a price that made them affordable, that involved making compromises. Otherwise a lot of people wouldn't have got a computer, or even ended up with one of the many dismal failures that came and went almost overnight.
@Booruvcheek Жыл бұрын
@@another3997 I understand the desire to cut the cost, I even understand that having keywords as special symbols / characters simplifies the job of Basic interpreter significantly. However, by the time I got my Spectrum clone in 1990 (being a kid in the USSR during its last days you don't get an original ZX Spectrum, unless you're a son of a party elite), I've had some experience with IBM PC clones, and the difference was night and day. I was pretty proficient with QWERTY keyboard already, and having to look up keywords instead of just typing them in was infuriating. On a tangent, every Soviet "home computer" at the time had JCUKEN keyboard ( en.wikipedia.org/wiki/JCUKEN?useskin=vector#Latin_JCUKEN ), which was also a dealbreaker for me.
@drramtop1576 Жыл бұрын
The architecture of this board seems rather strange, it looks much like an ESP32 with a Z80 co-pro. Having components loosely coupled using serial buses (I'm presuming SPI?) is going to make programming the Agon quite odd for anyone used to retro 8-bit machines. I guess the saving grace is the price, which is low enough I can see it being useful for 'raspberry pi' type projects, but ones where ease of programming matters more than raw performance. Speaking of performance, the eZ80 doesn't seem all that quick. I tried the little BBC basic benchmark on a 16MHz 65C02 with Acorn's BBC basic 4.3 and it completed around 40% quicker than the Agon (1.07s).
@mwaddams Жыл бұрын
No, UART for the link, SPI is used for flashing.
@rog2224 Жыл бұрын
I've not felt much of a disjoint. It's not more visible than using a Coprocessor on an old BBC B
@another3997 Жыл бұрын
I could be wrong, but I don't think Richard's Z80 port of BBC Basic is as optimised as the original Acorn 6502 version. I'm sure Richard himself said as much. But compared to the 2Mhz BBC Micro, the Agon 2 is a rocket ship. 🙂
@col8981 Жыл бұрын
A lot of the commands in BBC basic could be abbreviated when typing in a listing e.g. P. = PRINT , LO. = LOAD they are expanded when you LIST (LI.)
@marcdraco2189 Жыл бұрын
I didn't know that - was that option always there or added in later versions. I don't have my original Model B any more.
@johnm2012 Жыл бұрын
@@marcdraco2189It was there from the beginning. OS commands, issued from BASIC or any other language by preceding them with an asterisk, could also be abbreviated. The dictionary was ordered in such a way that the ultimate abbreviation *. (star dot) expanded to *CAT which was similar to DIR in DOS or ls in UNIX.
@marcdraco2189 Жыл бұрын
@@johnm2012 Well damn! In all the years I spent writing code in BeeBeeCee BASIC too. I could have forgotten of course, it's been a few decades but more likely I missed that bit in the manual! :)
@johnm2012 Жыл бұрын
@@marcdraco2189The included manual was the spiral bound Welcome Guide. It's available as a pdf online if you want to check for yourself.
@marcdraco2189 Жыл бұрын
@@johnm2012 I had one. I learned how to program using it. But for “reasons” I don’t remember that. Of course false memories are telling me I DID do that but I don’t know if I should believe them any more. The only one I recall shortening was REN. Because that would be a lot to type.
@SuperHaunts Жыл бұрын
I think I'll get one to learn on, then buy a second and make it more modern usb friendly, especially keyboard wise
@4bits4e47 Жыл бұрын
A valuable learning tool for those with insatiable curiosity and a great deal of time and patience. I achieved much of the same learning of BBC Basic using an RPi running RISC5 OS. Great review!
@wishusknight3009 Жыл бұрын
The ESP32 also ensures that some of what you learn can be transferred to other projects. That was a great design choice.
@marcdraco2189 Жыл бұрын
"8 bit computers usually have many more chips" When was the last time you looked inside of a ZX81? Half the price and a fraction the number of chips of the ZX80... and this was back in 1980. Or even a Commodore Vic20 or 64 which ran on the 6502 platform? A fraction of that number - not that I can ID which computer that was from. And they were all accessible with basic soldering tools. SMD parts are a bloody nightmare, I know this because my current audio design has to use 402 parts so I can get them all into a 20mm circular board which already needs breather and fixing holes. BUT SMD, due to the shorter leads is much more reliable at high speed due to the lack of stray inductance/capacitances that are inevitable with traditional through-hole parts.
@piconano Жыл бұрын
Strangely enough, the ESP32 inside will beat the eZ80 to the curb. I prefer 8-bit computers with lots of standard ICs too. He could've used 2xESP32-S3 and go for the title of "cheapest 32 bit computer".
@NoelsRetroLab Жыл бұрын
Right. That's when things get weird. If you just want max performance you could even remove the Z80 and implement everything in the ESP32 😃 But it's not all that different from those accelerator boards on Amigas or other computers that end up being more powerful than the computer itself.
@Rob2 Жыл бұрын
Of course when you are looking at things like that you just get a Raspberry Pi4 or Pi5 and have a "cheapest and much faster computer"...
@another3997 Жыл бұрын
The most interesting 8 bit micros were the ones with custom ICs for graphics, sound and I/O. Most of the '80s and '90s computers had them, and of course, Nvidia, AMD and Intel will sell you custom graphics chips that use a standard connector and fairly standard APIs.
@another3997 Жыл бұрын
@@Rob2It gets even worse if you consider buying a cheap, used PC or even a new one. The price to performance ratio can be pretty amazing. Fortunately, we have the luxury of choosing from a variety of devices, whichever takes your fancy.
@Rob2 Жыл бұрын
I mean the Pi5 could run an emulator for some 8-bit system at a much higher speed than this board... and with much better specs for video and storage. @@another3997
@landtimforgot10 ай бұрын
As well as the Z80 second processor and Z88, BBC Basic was available for the Z80 based Tatung Einstein.
@agw5425 Жыл бұрын
I would love a 486 DX 133 with the most compatible/capable graphics "card" for use with win 95 or 98 so all or at least most old games would run as if on original hardware. A couple of usb ports would be fine for external keyboard/mouse, fdd and cd drives as long as it can boot from at least one of them. A new "old" pc that is complete and ready to run with only normal setup like the os and no additional drivers required would be worth much to manny. I use a thin client as a retro pc for win 98 today but there are issues with the graphics being to "new" and not compatible with many old games. A "old" pc in that format but with compatible hardware would be a dream come true, especially if it can be made at raspberry pi price levels. Can a 486 cpu and wodo 3d (or similar)graphics be made with modern hardware without breaking the bank even?
@ryanyoder7573 Жыл бұрын
Windows 95 really needs a Pentium with 16MB RAM. I built and sold computers when 95 launched and did so many Pentium 90 upgrades it was nuts.
@simonzinc-trumpetharris852 Жыл бұрын
Does it still include the assembler?
@BrainSlugs83 Жыл бұрын
I was researching modern Z80 equivalents a few years ago and stumbled on to the eZ80 series of chips; except for unpredicted branches, the added pipelining makes the CPU run another ~4x faster than a classic Z80 (if they were running at the same clock speed), and the eZ380 CPU can run up to ~200 MHz IIRC (which is insane, as it would be the equivalent of a 600 to 800 MHz classic Z80. The serial line audio / video isn't that bad if it has things like hardware sprites, samples, etc. -- Loading and setting things up might lag (or not), but at runtime, you wouldn't really notice. -- As for the "fake hardware" it's at least more real than the Commander X16 in that regard, as there are no FPGA defined devices. A microcontroller really does have a lot more real limitations than an FPGA...
@jnharton Жыл бұрын
I understand the desire to not use an FPGA instead of "real silicon", but people to seem to forget that custom silicon, customizable gate array chips, and various kinds of PLDs were used back then.
@Torbjorn.Lindgren Жыл бұрын
I agree that it's certainly not less "real" than a FPGA which is what the others use. And FPGA is WAY harder to develop for, and here he could bypass even most of that because FabGL for ESP32 already existed and does graphics, audio and PS/2 keyboard/mouse... He's mentioned possibly making an Agon Heavy later if it's stable enough to support a second version, there's a number of choices that ought to be compatible up to at least 50MHz (so more than 2.5x) and/or has way more IO lines.
@shanehebert396 Жыл бұрын
The FPGA in the X16 is basically just a graphics card, which even some 8-bit systems in the 80s had specialized graphics hardware to handle sprites and such (not to mention the 16-bit days with the Amiga's graphics). It's actually potentially *less* capable than the 'graphics processor' in the Agon Light since the VDP is an ESP32 processor... just a straight up computer on its own running at 240MHz. You can even use just it and ignore the eZ80 side of it ;)
@paulie-g Жыл бұрын
In terms of 'real', FPGA is more real because it is real hardware, except redefinable. FPGAs are often used to replace ULA chips which were a predecessor technology to FPGA. Personally, I don't get the FPGA hate. This same Zilog ez80 processor can be supplied as a core (and presumably softcore for FPGA). It's just an implementation detail and a way for regular humans to design our own hardware without committing six figures to tape out and fab a chip. If you think a microcontroller 'imposes more restrictions', you've never designed in Verilog or RTL. It's an order of magnitude more difficult. That particular microcontroller already has IP cores on-chip implemented to do a lot of the difficult video bits like RGB565, that's why it was chosen.
@another3997 Жыл бұрын
@@shanehebert396Most 8 bit micros had custom or dedicated hardware for displaying graphics. In that sense, modern PCs amd consoles are no different... GPUs are custom parts with standardised APIs. An FPGA can be a full computer too, the whole Commander X16 could be fitted on an FPGA for far less cost than the current version. I doubt the Agon 2 could be made cheaper. Horses for courses... buy whichever system(s) suit you best. 🙂
@sentientechnologyworldwide11 ай бұрын
Hello Sir! Could this be used for SMS? Thanks
@mUbase3 ай бұрын
25:40 Protracker on the A500. I remember it very well :) x
@sebastian19745 Жыл бұрын
I do not know what is the difference between BBS Basic and let`s say MSX Basic (from Microsoft) or QBasic? I used MS Basic a lot on PC (Qbasic, PDS71) and on MSX 1 computers with floppy extension (MSX BASIC 1.1). What makes BBC Basic better than MS Basic? And are there big differences? I mean, a program writed for MS Basic will run under BBC Basic or needs to be adapted, and if so, is needed a lot of adaptation or is relatively easy? I had an old Z80 computer that uses a dialect of Basic (closer to Dartmouth Basic) that was a PITA to write for, many keywords had syntaxes that are very different to MSBasic.
@ChrisBrown-iu8ii2 ай бұрын
Is there a BASIC compiler for the BBC basic?
@SeanChYT Жыл бұрын
I have built both a Commodore 64 and a ZX Spectrum, but what I really want to build is an SMD/SMT-based 8-bit computer, from scratch, with none of the components pre-soldered for me. What is there out there I can get? It seems all the kits are through-hole, and I actually think it's often more difficult to make through-hole boards look professional, and I hate flipping the board over all the time. SMD is much cleaner and easier I think, even tiny components and pins as long as I can use a microscope.
@greatwolf. Жыл бұрын
Is there a gcc or some kind of C compiler for this? If there is, maybe you can compile Lua and have it run on it. Would be better than scripting in Basic imo.
@mwaddams Жыл бұрын
There's SDCC, Z88DK for Z80, and Zilog and LLVM for eZ80.
@cbmeeks Жыл бұрын
You nailed it. It's a great 8-bit computer but it's closer to an RPi than a C64 or Apple 2. Then again, it wasn't designed to be a "retro computer". Saying it's an 8-bit computer is accurate. In the same way that Taco Bell is Mexican food. Nothing wrong with that. But when I want real Mexican, I don't go to Taco Bell. ;-)
@Subgunman Жыл бұрын
I wonder if can be slowed down? A DOS OS?
@djafk Жыл бұрын
6:25 Ha, basicA was so awesome back then (dos 3.1ish?). Line numbers made it a puzzle challenge to debug lol!
@ProDigit80 Жыл бұрын
I wonder if you could write code for the cpu to do the video output only, and the esp chip just streams the output to the screen? That way, you'll have no GPU.
@Kimdino110 ай бұрын
This Re-writable architecture thing - that's how the Sinclair computers were built. Clive Sinclair did it for cost reasons. At the time hardware was expensive, while software, once written, was free. He had a damned good processor (for the time) so he decided to let it do a lot of the work, There was a bit of hardware help from his ULA but this could easily be paged a for RAM with your own software, or hardware). Thus I had my ZX81 running high(er) definition graphics., albeit veeerrry slowly. And my Spectrum running, with two 5" floppy drives, as a full CP/M 2.2 system. Though I must admit that there was a lot of software 'borrowed' from a Pied Piper. Many people were very scathing of the Spectrum due to it lack of a dedicated hardware sound etc. but to me this was its beauty. It meant that it could be made into anything you wanted. The only limitation was that one lone CPU had to do ALL the work. At that time I had never thought of slave processors. But back to the point - that Agon IS replicating a classic 8 bit computer. It's just that I would probably have used another Speccy at the time as the ESP32 wasn't not available back then.
@wyattr7982 Жыл бұрын
Hot take: SMD soldering is a lot easier than people realize and I think it’s totally within the realm of your average DIYer
@NoelsRetroLab Жыл бұрын
I agree with you in general... until you get into really fine pitches. I wouldn't recommend soldering some of those ICs for someone doing their first SMD soldering.
@SuperDavidEF Жыл бұрын
@@NoelsRetroLab I'm agreeing with you on this one. I have done some soldering of some small SMD components. Even though it was a bit intimidating at first, I got through it and it turned out to be no big deal. But these chips on the AGON Light would probably be more than I could handle without a lot more practice!
@johncochran8497 Жыл бұрын
Surface tension and solder mask are your friends my dear fellow. The rest is simple physics which you need not bother to think about since it's handled automatically.
@another3997 Жыл бұрын
@@johncochran8497Walking a tightrope across the Grand Canyon is just "simple physics", as is jumping out a plane at 10,000 feet. I wouldn't recommend either without some kind of practice... and probably a parachute too. 😉
@johncochran8497 Жыл бұрын
@@another3997But the tightrope is a situation where physics is working against you. Soldering is where the physics is working for you. As I said, solder mask and surface tension are your friends.
@AndersNielsenAA Жыл бұрын
I'd be happy to send you one of my 65uino's, no string attached :) It's certainly a much cheaper 8 bit computer but also has quite a bit less address space :D It's a computer designed to encourage programming 6502 assembly with pretty aggressive constraints - like programming for the Atari VCS/2600.
@AnimalFacts Жыл бұрын
Would be interesting to get CP/M running on it.
@geowar2011 ай бұрын
It runs CP/M v2.2… I’d be happier if it ran CP/M 3 with banked memory, date/time support, etc. Larger TPA.
@rileyfaelan Жыл бұрын
IIRC, in the PC world, the AT keyboards, which had standard-size DIN connectors, had the same signals as PS/2 in them, so there were simple PS/2-AT adapters, and creating one from scratch would also be as easy as taking one connector of each sort and wiring them up correctly. The earlier XT keyboards also used DIN connectors, but a different signalling protocol, so if one wanted to make a converter, something like Arduino Nano would come in handy.
@Barnardrab9 ай бұрын
Questions: 1) Would it have been possible for them to install a DisplayPort in addition to the VGA? 2) What's the best gaming performance you could get out of it? Could it top the Super Nintendo? Support 2D and 3D vector graphics? I think squeezing the full potential performance out of 8-bit CPUs is an intriguing concept. The advantage that you get with 8-bit CPUs is that they are smaller, cheaper and use little power. They are ideal for systems that do not require significant computing resources.
@prozacgodretro Жыл бұрын
Is the EZ80 and Z180 similar? or possible the same or something?
@radekhn Жыл бұрын
The cpu core is actually Z180. So you can see in the eZ80 instruction set few one from Z180. If I remember correctly it can multiply. However the Z180 MMU is not there.
@RetroHoo Жыл бұрын
Hey! Locomotive Basic was good too 😅 Certainly compared to what you got on the Commodore! I actually learned to program on my Schneider/Amstrad 6128 with green screen in 1991 😊
@another3997 Жыл бұрын
Just about ANY Basic on any other machine was better than the version on the C64. Even the Sinclair ZX81 version had graphics commands built in. 😂
@RetroHoo Жыл бұрын
I can't really argue with that 😅. I was always very impressed by Locomotive, but yeah, it didn't have functions/subroutines
@MagnaRyuuDesigns Жыл бұрын
the eZ80 is pretty versatile. It's used in newer Texas Instruments Calculators as well.
@TalmidAndy10 ай бұрын
While I don't have the appropriate skill set I would love to see the ability to connect retro hardware/software to the Agon, such as the weather satellite system for the BBC computer.
@What_do_I_Think10 ай бұрын
I don't think, that it is even the fastest. I think, you could run a Z80 even in former days at least with 20MHz or so. I even heard, that some people ran selected versions of the 6502 on 16MHz and the 6502 was much faster as the Z80 at the same clock speed (I would estimate at least factor 2). There where also regular 16bit versions of the 6502 around, that ran at such high clock speeds, but since they where 16bit, they do not count, even when they fully covered the 6502 functionality. It might be the fastest consumer-buy-able 8bit computer, though.
@LordOfNihil Жыл бұрын
i kind of have a problem with the requirements for a retro-ish keyboard and monitor. the fpga rout i think would have been better in that regard. as it could have supported usb, hdmi/dp, perhaps some modern networking, and still have enough space to run a simple soft processor to handle other tasks. if that wasn't enough you could reconfigure it to your own needs and provide a header so you could spin a custom daughter board for whatever additional interfaces you may need. this also gives it more educational value for people who want to do electronics or architecture design. even if it does tick up the price point significantly.
@another3997 Жыл бұрын
By the time you've added all that, you might as well by a Raspberry Pi or similar. There comes a point where everything is modern except the CPU itself, and yet it will cost more money and perform worse than other products. HDMI has to be licensed, so that's understandably missing. Communications can be handled over GPIO if you wanted. This board is for tinkering, experimenting and having fun playing around. If you want a 'complete' solution, just buy an old PC... they have everything built in, they're cheap, powerful and you can program in BASIC or just emulate any 8 bit computer you want.
@LordOfNihil Жыл бұрын
@@another3997 if you start using a raspberry pi, you might as well just use a pc. the benefit of these low spec boards running very close to the bare metal is that its fully comprehensible. every subsystem can be understood in detail by a single individual. pi and pc both go way beyond that. on the other hand the esp32 can run circles around the "main" processor. using this to then emulate all the hardware you need. at that point why do we have a main processor at all? an fpga can be the hardware, an actual extension of the data bus and function similar to retro hardware while providing quite a bit of extensibility.
@jesperkped7 ай бұрын
It's so funny... Serial speed to the support processor - "1152000 to be precise" - only off by a factor of 10 😆
@GarryGri Жыл бұрын
Does the BBC basic allow you to use assembly directly from the basic, like the origonal BBC did?
@mwaddams Жыл бұрын
Yes.
@GarryGri Жыл бұрын
@@mwaddams Thanks, and is that the native Z80 or emulated 6502?
@mwaddams Жыл бұрын
@@GarryGriZ80 (or ez80 in ADL mode). I doubt 6502 support will be implemented any time soon, would be cool to be able to run old BBC asm without porting :)
@GarryGri Жыл бұрын
@@mwaddams OK, thanks for clearing that up.
@dieSpinnt Жыл бұрын
Hardware-Sharing the access to the SD-Card between the ez80 and ESP32 would be absolutely cool! Imagine the possibilities of the co-processor (wrong term ... its a GPU) loading resources through an API without any work for the CPU. BTW there is also SRAM with dual ports on the market that could be shared between ez80 RAM and ESP32 PSRAM in static mode. That would be a BEAST! Hehehe
@thomasrotweiler Жыл бұрын
I've never used BBC BASIC, so how compatible is this machine with existing BBC BASIC software. What limitations are there on what will run. Does old BBC BASIC depend on specific hardware being present that are not on the Agon Light ?
@OzRetrocomp Жыл бұрын
For pure BBC BASIC programs, porting should be trivial in many cases (the main issue being slightly different video modes between the old BBC Micro/Acorn Electron and the Agon). That said, many Beeb/Elk games used a mix of BASIC and assembly thanks to BBC BASIC's excellent built-in assembler. If you're handy with assembly and enjoy porting stuff to the Z80, even that shouldn't be too difficult.
@NoelsRetroLab Жыл бұрын
I think BBC Basic is pretty much straight working. The BBC probably had different video modes, so that won't work. Same thing with assembly mixed within the BASIC program. But plain vanilla BBC BASIC programs should just work as far as I know.
@TheDradge Жыл бұрын
The Agon looks really interesting but it also seems to disappoint in so many areas: no Wi-Fi/Bluetooth, despite using an ESP32, no sound-chip etc., no advertised I2S, no 50MHz clock speed for the eZ80. I'm sure someone will say that the ESP32 is just being used for its VGA output but I2C and SPI are advertised so why no I2S? Is this just an omission in the spec sheet? But no Wi-Fi or Bluetooth seems unforgivable as the board is clearly way more than just an advanced Z80 and adding a second ESP32 or even an ESP8266 could have provided cheap, additional functionality. Why no VS1053? Then it could easily have had great MP3 encode/decode plus a full MIDI synthesizer. How does the Kawasaki KL5C8400C compare speed-wise to the eZ80? On paper it looks like a 40MHz Z80 in KC80 mode. One of the annoying things back in the 80s when you were deciding which 8-bit computer to buy, you'd end up comparing these features and any one of them could have been vastly improved by adding a tiny bit more silicon. This great board seems to suffer from the same problem. It's nearly there but not quite as satisfying as it could/should be.
@mwaddams Жыл бұрын
You're missing the point. The limitations are a plus. Hobby developers don't want to spend time on MP3/Midi scores, and if you want some sort of connectivity, use an extension card.
@TheDradge Жыл бұрын
@@mwaddamsI'm not missing any point. There is no point. I'm giving my opinion. I programmed loads of 8-bit computers and consoles back in the day and sold millions of games. This board could have been a killer but it's just mildly interesting. And, if you add all the things I mentioned, it wouldn't change anything you said anyway.
@ubergeek7224 күн бұрын
Two things about the video system. First, external terminals with microcomputers were a thing. In the bad old days, you might have had an ADM3A or even a VT100 that did all the graphical processing, such as it was. Second, the fast microcontroller could be thought of as replacing custom chips like VICII.
@vasilis2345610 ай бұрын
Last semester I had a class where we programmed a video display processor to an FPGA in Verilog. Most people who implemented VDPs in their final projects ended up synthesizing a microcontroller onto the FPGA (Xilinx/AMD's Microblaze) and then programming the VDP in C. The reasoning behind doing this is that it takes 10+ minutes to synthesize a Verilog implementation while it takes 5 seconds to compile a C program. Bug fixing is much faster and easier on Microcontrollers, and Verilog simulation outputs are wavetables, it would be very hard to make a program that reads the HDMI traces and puts them in an emulated video window.
@Kimdino110 ай бұрын
Does it expose the full Z80 bus? In a setup like this I would imagine that very little of the Z80s I/O space is used. And to have access to ALL that would be awesome. Direct, simple access to 8Mb of address space dedicated to hardware, and directly addressable at the lowest level. An dream beyond imagination for a roboticist.
@gerrytemple504411 ай бұрын
Very interesting little thing! I bought a Colour Maximite 2 for 110$, which is 32 bit and comes with a fantastic MM-Basic and a solid metal case. It also has higher resolution graphics with plenty more colours. Would be great to see a comparison. Cheers, great fun! 👍