Vladislav Shtepin

Results 68 comments of Vladislav Shtepin

Something similar here with Marshall IV. Audinaut doesn't react to play/pause button but youtube app does. But play/pause worked when I used my previous bluetooth headphones.

I've started my fantasy console project exactly because tic-80 uses modern languages that kinda break immersion (there is only 64k of mem, but you can allocate 4Gb on heap if...

Well, you can, of course. But it's not how CPUs work. So some time later some StinkerB07 will come in and say something like "Using magic instructions in retro CPU...

Hm, actually you can have some plausible magic instructions. Pretend that your code is running under the OS, put arguments to registers, invoke interrupt, poof, magic. Same for returning. That...

@nesbox seems like you're back to TIC-80, what do you think about this idea? Another issue I see about assembler / binary are the cartridge limits. 64k of LUA code...

@nesbox 1) by "separate instructions and data" you mean Harvard architecture? 2) Also, isn't all 96KB address space already taken by IO? Memory map in [wiki](https://github.com/nesbox/TIC-80/wiki/RAM) seems to be outdated...

@joshgoebel > Is there a reason we need to design our own CPU from scratch vs using some CPU architecture already in existence? Why couldn't we just say drop in...

Maybe TIC-80 needs a notion of RAM as in "memory for data of running program"? So far there is none and TIC-80 "magicly" uses host RAM (allowing funny things like...

> It already has 96kb of RAM Erm, no. It has 96kb of **address space**, ~84kb of which is memory mapped for audio\video\input "hardware". There is no region in that...