vxKernel/src/driver/mpu/x86/sdl2
Yann MAGNIN ca4e598d28 VxKernel 0.6.0-24 : Add SDL2 support (fake board)
@add
<> board/sdl2
  | [board] add DMA module support
  | [board] add RTC module support
<> src/driver/mpu/x86/sdl2
  | [dma] add fake DMA driver
  | [rtc] add fake RTC driver

@update
<> driver/mpu/x86/sdl2
  | [keyboard] add key more information
  | [keyboard] display keymap when the driver is installed
  | [keyboard] allow event pop even if the `event` argument is NULL
  | [timer] display driver installation logs
  | [window] display driver installation logs
  | [window] display VRAM in x2
<> driver/mpu/sh/sh7305/
  | [keysc] allow event pop even if the `event` argument is NULL

@fix
<> board/sdl2
  | [initialize] fix constructor priority
  | [initialize] fix constructor logs
<> driver/mpu/sh/sh7305/
  | [keysc] fix safety with event NULL
  | [rtc] fix file organization
2022-08-26 10:30:46 +02:00
..
dma.c VxKernel 0.6.0-24 : Add SDL2 support (fake board) 2022-08-26 10:30:46 +02:00
keyboard.c VxKernel 0.6.0-24 : Add SDL2 support (fake board) 2022-08-26 10:30:46 +02:00
rtc.c VxKernel 0.6.0-24 : Add SDL2 support (fake board) 2022-08-26 10:30:46 +02:00
sdl2.c VxKernel 0.6.0-22 : Add SDL2 support (fake board) (WIP) 2022-08-25 13:03:55 +02:00
timer.c VxKernel 0.6.0-24 : Add SDL2 support (fake board) 2022-08-26 10:30:46 +02:00
window.c VxKernel 0.6.0-24 : Add SDL2 support (fake board) 2022-08-26 10:30:46 +02:00