2002
@256 this makes me wanna go get a G4 it looks so pretty!
@rive @256 I think I will buy one and build a mod with modern hardware inside.
@mueller @256 a G4 Tower with M1 hardware would be sick
@rive @256 Yes, and I found one for free.
@256 Oh my - I completely forgot about the eMac!
@256 wish they had done these in colors.
@256 I would buy that iPod right now if I could 😍
@256 I remember having one of these back in the day wow
@256 I remember the G4 era being a fun time for Apple. You had the Quicksilvers and MDDs, the lamp-like iMacs, the eMacs, the first iPods, the smallest PowerBook...
@256 Damn I wanted one of those so bad when I was a kid

@256
```asm
L0003:
.byte $2A,$CC,$41,$55,$47,$48,$53,$20,$49,$4E,$20,$36,$35,$30,$32,$2A
.byte $0D,$00

.proc _main: near

lda #<(L0003)
ldx #>(L0003)
jsr pushax
ldy #$02
jsr _printf
rts
```